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 [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org