Re: Passing arguments to a function called by a trigger

Поиск
Список
Период
Сортировка
От amulsul
Тема Re: Passing arguments to a function called by a trigger
Дата
Msg-id 1375060959730-5765394.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Passing arguments to a function called by a trigger  (Some Developer <someukdeveloper@gmail.com>)
Список pgsql-novice
>Is there a corresponding OLD as well if I ever want to do a trigger on
an UPDATE?

Yes, you are correct.

ODL is variable holding the old database row for UPDATE/DELETE operations in
row-level triggers and NEW is holding the new database row.

To get to know more about trigger just follow the tutorial at
http://wiki.postgresql.org/wiki/A_Brief_Real-world_Trigger_Example

I am sure u get more idea about it.

Regards,
Amul Sul



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Passing-arguments-to-a-function-called-by-a-trigger-tp5765350p5765394.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


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

Предыдущее
От: Some Developer
Дата:
Сообщение: Re: Passing arguments to a function called by a trigger
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: Using wildcard for table name ?