36.2 Visibility of Data Changes

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: 36.2 Visibility of Data Changes
Date: 2015-08-11 10:18:22
Message-ID: CAAfz9KNpv8HtYDNJ4T1e94h4WUhyGXxVd3dnNuo=rSyXCt1sRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Subparagraph 1:
I suggest to replace
"Statement-level triggers follow simple visibility rules: none of the
changes made by a statement are visible to statement-level
triggers that are invoked before the statement, whereas all
modifications are visible to statement-level AFTER triggers."
with
"Statement-level triggers follow simple visibility rules: none of the
changes made by a statement are visible to statement-level
BEFORE triggers, whereas all modifications are visible to
statement-level AFTER triggers."

--
// Dmitry.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Dmitry Igrishin 2015-08-11 10:47:22 36.3 Writing Tigger Functions in C
Previous Message Dmitry Igrishin 2015-08-11 09:51:17 36.1 Overview of Trigger Behavior