Re: Problem creating trigger-function with arguments (8.0rc4) - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Problem creating trigger-function with arguments (8.0rc4)
Date
Msg-id 20050107230838.GA92089@winnie.fuhr.org
Whole thread Raw
In response to Re: Problem creating trigger-function with arguments (8.0rc4)  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
On Fri, Jan 07, 2005 at 03:57:44PM -0700, Michael Fuhr wrote:

> By accessing TG_ARGV (not TGARGS) in the function.

Tom was probably thinking in C when he said TGARGS.  The Trigger
type (struct Trigger) has a tgargs member.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Problem creating trigger-function with arguments (8.0rc4)
Next
From: "Alam Surya"
Date:
Subject: Re: MS-SQL to PostgreSQL