arguments passed to a trigger function

From: Louis-David Mitterrand <cunctator(at)apartia(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: arguments passed to a trigger function
Date: 2000-05-24 07:21:02
Message-ID: 20000524092102.A2227@styx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In the create_trigger man page:

EXECUTE PROCEDURE func ( arguments )

But what kind of arguments can be passed? It is not explained in the
documentation.

After looking at regress.c I undestand that these arguments are
contained in TriggerData->tg_trigger->tgargs but I can't seem to pass
anything useful to the procedure beyond random text strings at the
"CREATE TRIGGER ... " stage.

Thanks in advance for your insight,

--
Louis-David Mitterrand - ldm(at)apartia(dot)org - http://www.apartia.fr

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Perréal 2000-05-24 08:37:26 Bug with groups and access permissions (7.0.0RC1)
Previous Message SL Baur 2000-05-24 07:08:51 Re: Timezones on Tru64 (Digital Unix)