\r
Date Dev Ver Change details\r
---------- --- ------ --------------\r
+2009-07-01 DP 1.10.1 Fix error thrown when examining a Slony 2.x cluster.\r
2009-04-01 DP 1.10.0 Add support for RETURNS TABLE() on functions [Ashesh\r
Vashi].\r
2009-04-01 DP 1.10.0 Fix the validation of database and schema restriction\r
node->iSetComment(nodes->GetVal(wxT("no_comment")));
if (collection->GetCluster()->ClusterMinimumVersion(1,1))
- node->iSetSpool(nodes->GetBool(wxT("no_spool")));
+ {
+ if (nodes->HasColumn(wxT("no_spool")))
+ node->iSetSpool(nodes->GetBool(wxT("no_spool")));
+ }
if (browser)
{