Re: triggers and TriggerData

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: triggers and TriggerData
Дата
Msg-id 200701220824.59664@hal.medialogik.com
обсуждение исходный текст
Ответ на Re: triggers and TriggerData  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
On Monday 22 January 2007 07:04, Michael Fuhr <mike@fuhr.org> wrote:
> You can pass literal string arguments to a trigger function.  See
> the CREATE TRIGGER documentation and, for PL/pgSQL, TG_ARGV and
> TG_NARGS.  For C see "Writing Trigger Functions in C"; search for
> tgnargs and tgargs.
>
> http://www.postgresql.org/docs/8.2/interactive/sql-createtrigger.html
> http://www.postgresql.org/docs/8.2/interactive/plpgsql-trigger.html
> http://www.postgresql.org/docs/8.2/interactive/trigger-interface.html
>
> (These links are to the 8.2 documentation but earlier versions also
> support arguments to trigger functions.)

I stand corrected.  And I can imagine some uses for passing string constants
to triggers, but nothing related to what the OP was looking for ...

--
99 percent of lawyers give the rest a bad name


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Enable/Disable Triggers
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Password encryption method