Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZP6dt-0004TD-83 for pgsql-docs@arkaria.postgresql.org; Tue, 11 Aug 2015 10:18:49 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZP6ds-0001yN-MJ for pgsql-docs@arkaria.postgresql.org; Tue, 11 Aug 2015 10:18:48 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZP6dX-0001ay-NT for pgsql-docs@postgresql.org; Tue, 11 Aug 2015 10:18:28 +0000 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZP6dT-00064h-1u for pgsql-docs@postgresql.org; Tue, 11 Aug 2015 10:18:26 +0000 Received: by igfj19 with SMTP id j19so68509292igf.1 for ; Tue, 11 Aug 2015 03:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W3APR9db81NUDYlNfQ9TgsZoZdI+rNB6f4gB1z4E5SQ=; b=LzGfj4ICX8+0Bv5o1NdvyP0PdEq9950MD3a6ZgNWESaF8nFdOVcFjIqRPz36/CCcr6 eLj4180rqULME35KYUqshelyZrxeHKQW3cOe9kwQcYBXphflDzMChJlBf/c5m2Bb7z61 7AabcoHjinlSsCkcvwVivl027XpZbt0FnnN/sN3zFZ0s1F68pUmHf8VvW+oVvdk8qEym nescxDGnfTgtsZJ6xSYvlC+IfW0P0MsIONg7egMnume1BSA/uHSOBR/wLgCdi/sWHVdp dyefNass8MPbmOXDqZ/zaAAHcIYsMa1HwoqcDmt6eENo0UEJiMGaHO0DOgIhZ/vTpbF1 vvyg== MIME-Version: 1.0 X-Received: by 10.50.225.35 with SMTP id rh3mr16370848igc.29.1439288302046; Tue, 11 Aug 2015 03:18:22 -0700 (PDT) Received: by 10.79.111.196 with HTTP; Tue, 11 Aug 2015 03:18:22 -0700 (PDT) Date: Tue, 11 Aug 2015 13:18:22 +0300 Message-ID: Subject: 36.2 Visibility of Data Changes From: Dmitry Igrishin To: pgsql-docs Content-Type: multipart/alternative; boundary=001a1132f214f9141f051d066b41 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a1132f214f9141f051d066b41 Content-Type: text/plain; charset=UTF-8 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. --001a1132f214f9141f051d066b41 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Subparagraph 1:
I suggest to replace
"S= tatement-level triggers follow simple visibility rules: none of the
changes made by a statement are visible to statement-level
tri= ggers that are invoked before the statement, whereas all
modifica= tions are visible to statement-level AFTER triggers."
with
"Statement-level triggers follow simple visibility rules: non= e of the
changes made by a statement are visible to statement-lev= el
BEFORE triggers, whereas all modifications are visible to
statement-level AFTER triggers."

--
// Dmitry.

--001a1132f214f9141f051d066b41--