scott.marlowe writes:
> A trigger inside a transaction should automagically roll back should the
> transaction fail, shouldn't it?
The database actions that the trigger possibly executed are rolled back
just like any other database actions. But if your trigger does something
external to the database, you have a problem (that borders on
unsolvable).
--
Peter Eisentraut peter_e(at)gmx(dot)net