On 8/10/2006 3:04 PM, Christopher Browne wrote: > Ian Burrell wrote: >> 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.
The flag was there for a long time. But unfortunately earlier Postgres versions ignore it. Jan >> > Sounds like a keen idea, post 1.2... > > http://gborg.postgresql.org/project/slony1/bugs/bugupdate.php?1575 > > > _______________________________________________ > Slony1-general mailing list > [email protected] > http://gborg.postgresql.org/mailman/listinfo/slony1-general -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== [EMAIL PROTECTED] # _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
