Trigger Parameter problem

Started by Mario A. Soto Cordonesover 21 years ago2 messagesgeneral
Jump to latest
#1Mario A. Soto Cordones
mario_soto@venezolanadeavaluos.com

Hi.

anybody know how to sen a parameter an a trigger.

thank for your help

Mario Soto

#2Michael Fuhr
mike@fuhr.org
In reply to: Mario A. Soto Cordones (#1)
Re: Trigger Parameter problem

On Fri, Nov 05, 2004 at 01:18:03PM -0400, Mario A. Soto Cordones wrote:

anybody know how to sen a parameter an a trigger.

If you're writing triggers in PL/pgSQL then perhaps you're looking
for TG_ARGV. See also the syntax for CREATE TRIGGER.

http://www.postgresql.org/docs/7.4/static/plpgsql-trigger.html
http://www.postgresql.org/docs/7.4/static/sql-createtrigger.html

If I've misunderstood what you're asking then please clarify.

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