On 26 August 2011 13:38, marmu <[email protected]> wrote: > > Hello Bill (and all other readers)! > > I only disabled triggers for non-slony tables, not the slony ones.
Slony works by placing triggers on the non-slony tables. Triggers on the slony table would not acheive anything. So you broke it by disabling triggers on the non-slony tables. By an large I don't bother replicating while restoring data. I drop the subscription, load the data, add the subscription and then all the data is copied in bulk. Have a nice day, -- Martijn van Oosterhout <[email protected]> http://svana.org/kleptog/ _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
