Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awC89-0001l7-LU for pgsql-docs@arkaria.postgresql.org; Fri, 29 Apr 2016 17:23:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1awC89-0001Oq-7u for pgsql-docs@arkaria.postgresql.org; Fri, 29 Apr 2016 17:23:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1awC7n-00010k-NS for pgsql-docs@postgresql.org; Fri, 29 Apr 2016 17:22:43 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1awC7k-0003TL-0P for pgsql-docs@postgresql.org; Fri, 29 Apr 2016 17:22:43 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 877A2203BB for ; Fri, 29 Apr 2016 13:22:37 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Fri, 29 Apr 2016 13:22:37 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ymCpeDaUYfKezB+ SrWYtQ68eqPs=; b=hdN/SxbPJT7bCGiHYMiabkYV48gP1EFDFIwaH2lp6UrJBb0 iiH9OO5hpwY+MJ1fuqv8HPx4d2tf4UBCkN2fNAxboVe6q/GF7eX+uWXbwfxcJ5ra HC38adWJJv8qcyj3MhfTX8iH8+yOI2ZHb3V9S1QO5bnYICViy9c6Xje+6EuA= X-Sasl-enc: qdnnSBc068Ubw6PCzYHuntR7AToCeLvRL/IrhS6hTwCy 1461950557 Received: from vanquo.pezone.net (c-73-13-66-39.hsd1.pa.comcast.net [73.13.66.39]) by mail.messagingengine.com (Postfix) with ESMTPA id 462BBC00018; Fri, 29 Apr 2016 13:22:37 -0400 (EDT) Subject: Re: 36.2 Visibility of Data Changes To: Dmitry Igrishin , pgsql-docs References: From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: <5723985D.2050809@2ndquadrant.com> Date: Fri, 29 Apr 2016 13:22:37 -0400 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) 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 On 08/11/2015 06:18 AM, Dmitry Igrishin wrote: > 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." done -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs