Re: How to get the row that start a trigger

Поиск
Список
Период
Сортировка
От Aaron Bono
Тема Re: How to get the row that start a trigger
Дата
Msg-id bf05e51c0609031617l491ddaddnb91ccb322ff2c3bf@mail.gmail.com
обсуждение исходный текст
Ответ на How to get the row that start a trigger  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Список pgsql-sql
On 8/31/06, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
Hi,

I need make a trigger that update a table each time another table has a insert. but this insert has on this row all the items to pass to my function on the trigger.

How to retrieve this information.

 
See the example at the end of the page http://www.postgresql.org/docs/8.1/interactive/triggers.html - how it uses the OLD and NEW implicit variable.  You can use NEW.column_name to access the data being inserted into the table.

Does this help?

==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
   http://codeelixir.com
==================================================================

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Mac Address
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: help with pagila