On Fri, Mar 06, 2009 at 09:34:50PM -0600, Karl Denninger wrote: > I have been dorking around with setting up replication and while I seem > to be able to remove sets and such, I have been unable to drop an entire > cluster. > > Can that be done?
The tools have a way (I forget the way to spell it at the moment). If you've broken what the tools expect, however, you can also DROP the slony SCHEMA CASCADE, which gets rid of the trigger function which also forces the triggers to get dropped. It does not fix up your tables if you've allowed Slony to add synthetic keys. A -- Andrew Sullivan [email protected] _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
