Parameter passing in trigger function write in C

Поиск
Список
Период
Сортировка
От a
Тема Parameter passing in trigger function write in C
Дата
Msg-id tencent_4CFDBC6111CA52570B4FBEF0@qq.com
обсуждение исходный текст
Ответы Re: Parameter passing in trigger function write in C  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Parameter passing in trigger function write in C  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
Hey everyone:

I was request to write a trigger that perform the following function:

1, The trigger will be set to exam all statement that will result change of datas

2, The trigger will exam three information other than the data updated or inserted: user name, password and reasons of change

3, It will record down, in some format, the time and content of the change.

Therefore, I would need some way of passing parameters into the trigger function. Can anyone give me some instructions on how to do it or, if it is possible??

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PGAdmin4 debugger - unable to call ltree functions
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Parameter passing in trigger function write in C