cbbrowne at ca.afilias.info cbbrowne
Thu Jun 29 11:01:58 PDT 2006
Another thought...

When execute script runs, it restores triggers on all tables.

Perhaps some replicated table has 2 instances of a trigger: one hidden,
and one live.  When th event tries to restore triggers, it finds a
conflict.

Try querying on pg_trigger bytrigger name where count > 1.

You may have to drop the "visible" trigger on that subscriber so it can
retrieve the hidden one.




More information about the Slony1-general mailing list