Re: [HACKERS] trigger model

2004-05-20 Thread Jonathan Gardner
On Thursday 13 May 2004 10:01 am, shiva chetan wrote: (B> (B> Where can I find information about the trigger execution model of (B> postgresql ? In particular I want to know how triggers are fired when an (B> update happens in the database. Is the trigger evaluation and firing part (B> of tran

[HACKERS] trigger model

2004-05-20 Thread shiva chetan
Hi,   Where can I find information about the trigger execution model of postgresql ? In particular I want to know how triggers are fired when an update happens in the database. Is the trigger evaluation and firing part of transaction ? Please let me know where I can find more information