Re: TRIGGER with WHEN clause

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TRIGGER with WHEN clause
Дата
Msg-id 7935.1258749705@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TRIGGER with WHEN clause  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: TRIGGER with WHEN clause
Список pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> [ TRIGGER WHEN patch ]

Applied with assorted revisions.  AFAICT the system column issue is only
a problem for NEW references in BEFORE triggers --- those columns do
read correctly in OLD, and all the time in AFTER triggers.  I revised
the parsing logic to enforce that.  The patch also missed establishing
dependencies for stuff referenced in the WHEN expression, and there were
a few other minor problems.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: /home/peter/commit-msg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Prettification versus dump safety