arguments passed to a trigger function

Поиск
Список
Период
Сортировка
От Louis-David Mitterrand
Тема arguments passed to a trigger function
Дата
Msg-id 20000524092102.A2227@styx
обсуждение исходный текст
Ответы Re: arguments passed to a trigger function  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: arguments passed to a trigger function  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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@apartia.org - http://www.apartia.fr

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

Предыдущее
От: SL Baur
Дата:
Сообщение: Re: Timezones on Tru64 (Digital Unix)
Следующее
От: Guillaume Perréal
Дата:
Сообщение: Bug with groups and access permissions (7.0.0RC1)