Re: [GENERAL] Passing arguments to a trigger function
On Tue, Aug 22, 2006 at 01:18:44PM -0400, Harpreet Dhaliwal wrote: > Can anyone give me pointers for how to pass arguments to a trigger function. > I think it is done using tg_argv or something but not very sure how to do > it. Here's an example: CREATE TABLE foo (id integer PRIMARY KEY, t text,
[GENERAL] Passing arguments to a trigger function
Hi,Can anyone give me pointers for how to pass arguments to a trigger function.I think it is done using tg_argv or something but not very sure how to do it.Regards,Harpreet