Re: fire trigger for a row without update?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: fire trigger for a row without update?
Дата
Msg-id gkn29i$16m$2@reversiblemaps.ath.cx
обсуждение исходный текст
Ответы Re: fire trigger for a row without update?  ("Merlin Moncure" <mmoncure@gmail.com>)
Re: fire trigger for a row without update?  ("Brendan Jurd" <direvus@gmail.com>)
Список pgsql-hackers
On 2009-01-14, Gerhard Heift <ml-postgresql-20081012-3518@gheift.de> wrote:
> Hello,
>
> is it possible to call a trigger for a row in a table without updating the
> row? I want to do it in plpgsql.

> Something like UPDATE table WHERE id = 10;

when faced with that problem I do this:

UPDATE table SET id=id WHERE id = 10;



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

Предыдущее
От: "Marcus Kempe"
Дата:
Сообщение: Re: async notification patch for dblink
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: inconsistency in aliasing