[HACKERS] triggers and actions tree/2

2000-12-13 Thread Fabio Nanni
Hello all, sorry, but I haven't received any replies to my previous message... and it's important for me to solve it. When I perform an action on a psql database (e.g. insert into a table), some more action could be induced, via trigger firing: - is it possible to know at any time the exact act

[HACKERS] triggers and actions tree

2000-12-04 Thread Fabio Nanni
Hello all, I am new to postgreSQL. When I perform an action on a psql database (e.g. insert into a table), some more action could be induced, via trigger firing: - is it possible to know at any time the exact action chain? - is it possible to know at any time if the control is inside a trigge