Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mLXkC-0008MN-B5 for pgsql-docs@arkaria.postgresql.org; Wed, 01 Sep 2021 21:26:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mLXkB-00031u-BM for pgsql-docs@arkaria.postgresql.org; Wed, 01 Sep 2021 21:26:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mLXkB-00031l-5B for pgsql-docs@lists.postgresql.org; Wed, 01 Sep 2021 21:26:03 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mLXk9-0005er-4J for pgsql-docs@lists.postgresql.org; Wed, 01 Sep 2021 21:26:02 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 181LPvOV2204502; Wed, 1 Sep 2021 17:25:58 -0400 From: Tom Lane To: Laurenz Albe cc: him@nathanmlong.com, pgsql-docs@lists.postgresql.org Subject: Re: Clarify how triggers relate to transactions In-reply-to: <740c8d600cac5b816f8351dbc47b7e457260ed48.camel@cybertec.at> References: <161953360822.695.15805897835151971142@wrigleys.postgresql.org> <1a565681fe54535d69e6418ef5ab55405b92beac.camel@cybertec.at> <62219f2ce78faf09687d998f347c518b3c08d067.camel@cybertec.at> <1120625.1627676423@sss.pgh.pa.us> <740c8d600cac5b816f8351dbc47b7e457260ed48.camel@cybertec.at> Comments: In-reply-to Laurenz Albe message dated "Wed, 18 Aug 2021 13:06:05 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2204500.1630531557.1@sss.pgh.pa.us> Date: Wed, 01 Sep 2021 17:25:57 -0400 Message-ID: <2204501.1630531557@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Laurenz Albe writes: > On Fri, 2021-07-30 at 16:20 -0400, Tom Lane wrote: >> I think it'd work out best to make this a separate para after the >> one that defines before/after/instead-of triggers. How do you >> like the attached? > That is better, and I like your patch. Thanks! > Keeping paragraphs short is a good thing. Pushed like that, then. regards, tom lane