Andreas Haumer <andreas@xss.co.at> writes:
> How can I get the functionality of an "deferred AFTER trigger"
> again with PostgreSQL 8?
Use CREATE CONSTRAINT TRIGGER. The manual is fairly negative about this
but I don't actually foresee it going away any time soon.
regards, tom lane