Are there any plans for using the new ENABLE/DISABLE TRIGGER functionality in PostgreSQL 8.1 to disable triggers on the subscriber nodes? The current behavior of redirecting the triggers to the primary key index can confuse postgres.
PostgreSQL 8.1 added ALTER TABLE ENABLE TRIGGER and DISABLE TRIGGER. There is now an tgenabled flag on the pg_triggers table. - Ian _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
