Re: Parameter passing in trigger function write in C

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Parameter passing in trigger function write in C
Дата
Msg-id 2b430e72-4278-3ab5-76c3-90a33c091764@aklaver.com
обсуждение исходный текст
Ответ на Parameter passing in trigger function write in C  ("a" <372660931@qq.com>)
Ответы Re: Parameter passing in trigger function write in C  ("a" <372660931@qq.com>)
Список pgsql-general
On 04/26/2018 06:13 PM, a wrote:
> 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??

https://www.postgresql.org/docs/10/static/trigger-interface.html


-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: "a"
Дата:
Сообщение: Parameter passing in trigger function write in C
Следующее
От: "a"
Дата:
Сообщение: Re: Parameter passing in trigger function write in C