Re: 36.1 Overview of Trigger Behavior

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 36.1 Overview of Trigger Behavior
Дата
Msg-id 572394D1.2020502@2ndquadrant.com
обсуждение исходный текст
Ответ на 36.1 Overview of Trigger Behavior  (Dmitry Igrishin <dmitigr@gmail.com>)
Список pgsql-docs
On 08/11/2015 05:51 AM, Dmitry Igrishin wrote:
> Subparagraph 8:
> I suggest to replace
> "BEFORE row-level triggers to execute"
> with
> "row-level BEFORE triggers to execute"
> for consistency.

Fixed that one.  Wasn't so sure about the one below.

>
> Subparagraph 14:
> While WHEN can be used with INSERT too, I suggest to replace
> "However, in an AFTER trigger, the WHEN condition is
> evaluated just after the row update occurs, and it determines
> whether an event is queued to fire the trigger at the end of
> statement."
> with
> "However, in an AFTER trigger, the WHEN condition is
> evaluated just after the row inserted or updated, and it determines
> whether an event is queued to fire the trigger at the end of
> statement."

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: "Andrei M. Eichler"
Дата:
Сообщение: Re: COPY options
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: 36.2 Visibility of Data Changes