Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eyIzr-0003Wd-57 for pgsql-docs@arkaria.postgresql.org; Tue, 20 Mar 2018 15:16:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eyIzp-0002Yn-0X for pgsql-docs@arkaria.postgresql.org; Tue, 20 Mar 2018 15:16:17 +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.89) (envelope-from ) id 1eyIzo-0002Ye-O3 for pgsql-docs@lists.postgresql.org; Tue, 20 Mar 2018 15:16:16 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eyIzi-00010z-6D for pgsql-docs@lists.postgresql.org; Tue, 20 Mar 2018 15:16:15 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w2KFG8E2015590; Tue, 20 Mar 2018 11:16:08 -0400 From: Tom Lane To: marcelhuberfoo@gmail.com cc: pgsql-docs@lists.postgresql.org Subject: Re: Wrong 'Special local variables PG_' prefix in 'Trigger procedures' section In-reply-to: <152154834496.11957.17112112802418832865@wrigleys.postgresql.org> References: <152154834496.11957.17112112802418832865@wrigleys.postgresql.org> Comments: In-reply-to =?utf-8?q?PG_Doc_comments_form?= message dated "Tue, 20 Mar 2018 12:19:04 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15588.1521558968.1@sss.pgh.pa.us> Date: Tue, 20 Mar 2018 11:16:08 -0400 Message-ID: <15589.1521558968@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk =?utf-8?q?PG_Doc_comments_form?= writes: > Page: https://www.postgresql.org/docs/10/static/plpgsql-trigger.html > The documentation (10 and 9.6) contains a typo when mentioning 'Special > local variables PG_something'. Instead it should be 'Special local variables > TG_something' as it is for trigger local variables. Ugh, yeah, that's a thinko isn't it. Will fix, thanks for noticing! regards, tom lane