Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqcQ9-007oab-Tg for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Mar 2025 18:27:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tqcQ7-00EMST-IX for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Mar 2025 18:27:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqcQ7-00EMRm-7t for pgsql-hackers@lists.postgresql.org; Fri, 07 Mar 2025 18:27:39 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqcQ3-001XvZ-2Z for pgsql-hackers@lists.postgresql.org; Fri, 07 Mar 2025 18:27:38 +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 527IRUfI1110720; Fri, 7 Mar 2025 13:27:30 -0500 From: Tom Lane To: jian he cc: Erik Wienhold , Marcos Pegoraro , PostgreSQL Hackers Subject: Re: Add column name to error description In-reply-to: References: <794292.1711912501@sss.pgh.pa.us> <897633.1741294606@sss.pgh.pa.us> <4b9cff17-103e-4792-98bf-fef46171d7fe@ewie.name> <936268.1741316738@sss.pgh.pa.us> Comments: In-reply-to jian he message dated "Fri, 07 Mar 2025 22:54:25 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1110718.1741372050.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Fri, 07 Mar 2025 13:27:30 -0500 Message-ID: <1110719.1741372050@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk jian he writes: > On Fri, Mar 7, 2025 at 11:05 AM Tom Lane wrote: >> Do others agree Erik's version improves readability? > i think so. Pushed v4, then. regards, tom lane