Re: [GENERAL] plpgsql trigger original query

2007-09-14 Thread Pavel Stehule
> Hi, > > I am looking for a way to get the original query that caused a trigger > to fire. I need to be able to get this query either inside the > trigger itself (and then send it to the function the trigger calls) or > get it in the end function. Is this doable? The reason i am asking is > that

[GENERAL] plpgsql trigger original query

2007-09-14 Thread Dan99
Hi, I am looking for a way to get the original query that caused a trigger to fire. I need to be able to get this query either inside the trigger itself (and then send it to the function the trigger calls) or get it in the end function. Is this doable? The reason i am asking is that I would like