On Mon, 17 Sep 2001, Mihai Gheorghiu wrote:
> An event triggers a rule / trigger.
> Does this (event + rule/trigger) behave as a transaction, or is it necessary
> to wrap it into BEGIN COMMIT? If yes, BEGIN should be before or after the
> event (in the rule/trigger)?
The rule/trigger runs in the same transaction as the original statement
(if you're not in an explicit transaction, you should get an implicit one
around the statement automatically)