bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Thu Oct 6 13:51:18 PDT 2011
http://www.slony.info/bugzilla/show_bug.cgi?id=237

--- Comment #3 from Steve Singer <ssinger at ca.afilias.info> 2011-10-06 13:51:18 PDT ---

I have a question about this part of the patch (Jan's original patch).

-  perform @NAMESPACE at .add_truncate_triggers();
-
+  -- 2.0 was the only 2.x version without truncate support
+  if p_old like '2.0.%' then
+    perform @NAMESPACE at .upgradeSchemaAddTruncateTriggers();
+  end if;


With the 2.1 version prior to this patch if I upgrade an 8.3 server to a 8.4
server and run the slonik 'update functions' command everything works and
truncate triggers get added.  With this patch that won't happen anymore
correct?

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Slony1-bugs mailing list