On Wed, 22 Oct 2003, Peter Childs wrote:
> Is it possible to deferr a trigger until commit, Or to have the
> trigger not occur if the transaction is rolled back? Like transaction.
> I think its possible since constraints use triggers and if so why
> is this a standard feature.
> Also is there anyway of seeing what triggers exsist and what they
> do? (psql \<somthing> or the like)
A trigger inside a transaction should automagically roll back should the
transaction fail, shouldn't it?