Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1igw9U-00018D-U2 for pgsql-docs@arkaria.postgresql.org; Mon, 16 Dec 2019 19:35:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1igw9T-00048U-LV for pgsql-docs@arkaria.postgresql.org; Mon, 16 Dec 2019 19:35:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1igw9T-00048G-Ac for pgsql-docs@lists.postgresql.org; Mon, 16 Dec 2019 19:35:31 +0000 Received: from smtp2.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1igw9P-0004iI-Q0 for pgsql-docs@lists.postgresql.org; Mon, 16 Dec 2019 19:35:30 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 9C4382E5524D for ; Mon, 16 Dec 2019 20:35:23 +0100 (CET) Received: from s645.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 7DC222E67249; Mon, 16 Dec 2019 20:35:23 +0100 (CET) Received: from s471.loopia.se (unknown [172.22.191.6]) by s645.loopia.se (Postfix) with ESMTP id 72E66156E502; Mon, 16 Dec 2019 20:35:23 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s498.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.11]) (amavisd-new, port 10024) with LMTP id DVWRxmpXG4wf; Mon, 16 Dec 2019 20:35:23 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from [192.168.72.43] (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s498.loopia.se (Postfix) with ESMTPSA id 05C354707CD; Mon, 16 Dec 2019 20:35:22 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Example 42.4. A PL/pgSQL Trigger Function for Auditing From: Daniel Gustafsson In-Reply-To: <5877.1576524478@sss.pgh.pa.us> Date: Mon, 16 Dec 2019 20:35:22 +0100 Cc: Pavel Stehule , simon.dallaway@datacom.co.nz, pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: <45AB23EB-B6D5-46A2-B2B2-8E03138FCA85@yesql.se> References: <157644931740.18138.16968232991166819127@wrigleys.postgresql.org> <5877.1576524478@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3445.104.11) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On 16 Dec 2019, at 20:27, Tom Lane wrote: > > .. maybe that is just more > evidence that a well-written example would be helpful? I think thats the key takeaway here. +1 on the gist of the suggestion that started this thread. cheers ./daniel