For each statement trigger and update table

Поиск
Список
Период
Сортировка
От Mike Martin
Тема For each statement trigger and update table
Дата
Msg-id CAOwYNKZLQ=t=hj5Kaayxsz4WHKUofE0ZB45AAFKbP3tYBSzOmQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: For each statement trigger and update table  (Rene Romero Benavides <rene.romero.b@gmail.com>)
Список pgsql-sql
Not sure if this is possible
Basically I want to have a trigger which updates an array column in the same table when a column is updated
This works as a row level trigger, but not as per statement
I have hit the recursive issue (where update fires update trigger which fires etc)
According to the docs I cannot use columns and relative tables together

So any suggestions? I can give code when I get home, but it's pretty simple stuff 

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

Предыдущее
От: "Mark Williams"
Дата:
Сообщение: Whether to use "IN" clause
Следующее
От: Rene Romero Benavides
Дата:
Сообщение: Re: For each statement trigger and update table