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.96) (envelope-from ) id 1whDoQ-0005R6-1W for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Jul 2026 21:58:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whDoO-002tEH-37 for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Jul 2026 21:58:41 +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.96) (envelope-from ) id 1whDoO-002tE8-2D for pgsql-hackers@lists.postgresql.org; Tue, 07 Jul 2026 21:58:41 +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.98.2) (envelope-from ) id 1whDoJ-000000006uv-0HSL for pgsql-hackers@lists.postgresql.org; Tue, 07 Jul 2026 21:58:41 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 667LwU2L1878372; Tue, 7 Jul 2026 17:58:30 -0400 From: Tom Lane To: "Tristan Partin" cc: "Andrew Dunstan" , "Zsolt Parragi" , "PostgreSQL Hackers" , "Daniel Gustafsson" Subject: Re: Proposal: new file format for hba/ident/hosts configuration? In-reply-to: References: Comments: In-reply-to "Tristan Partin" message dated "Tue, 07 Jul 2026 21:44:46 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1878370.1783461510.1@sss.pgh.pa.us> Date: Tue, 07 Jul 2026 17:58:30 -0400 Message-ID: <1878371.1783461510@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I'm noticing a distinct lack of focus on what would be the benefits to *end users* of Postgres. I can't see proceeding with a project like this unless there are strong benefits that would entice people to convert their configuration files of their own accord [*]. And really I don't think any of the benefits enumerated at the top of the thread are going to sell very many users on doing that. It's not their problem if we're having issues shoehorning new features into the existing format. regards, tom lane [*] If we try to force it, even by such weak means as not implementing new features in the old format, we will have mobs of villagers with pitchforks on our doorsteps.