Andres Freund <and...@anarazel.de> wrote:

> I would like to hear some opinions before starting to take a stab at 
> implementing $subject.

+1 to support it.

I'm using deferred trigger to emulate on-commit trigger,
but official support is infinitely better.

    UPDATE pg_catalog.pg_trigger
       SET tgdeferrable = true, tginitdeferred = true
     WHERE tgrelid = 'atcommit_tbl'::regclass
       AND tgname = 'atcommit';

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to