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 1tlY6D-0001CL-It for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Feb 2025 18:50:10 +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 1tlY6C-00EZCZ-OJ for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Feb 2025 18:50:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tlY6C-00EZCR-Eq for pgsql-hackers@lists.postgresql.org; Fri, 21 Feb 2025 18:50:08 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tlY68-0000JV-14 for pgsql-hackers@postgresql.org; Fri, 21 Feb 2025 18:50:06 +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 51LIngEg3442398; Fri, 21 Feb 2025 13:49:42 -0500 From: Tom Lane To: Alvaro Herrera cc: Hunaid Sohail , Maiquel Grassi , Sami Imseih , "pgsql-hackers@postgresql.org" , "David G. Johnston" , Jim Jones , Nathan Bossart , "Imseih (AWS), Sami" , Peter Eisentraut , Pavel Luzanov , Erik Wienhold , Dean Rasheed Subject: Re: Psql meta-command conninfo+ In-reply-to: <202502211819.uevfb34wedav@alvherre.pgsql> References: <202502211819.uevfb34wedav@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Fri, 21 Feb 2025 19:19:10 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3442396.1740163782.1@sss.pgh.pa.us> Date: Fri, 21 Feb 2025 13:49:42 -0500 Message-ID: <3442397.1740163782@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > Do people hate the question marks? They feel not per our usual style. I think the output would be equally readable without them. Otherwise, +1 for this general approach. I agree we can just kick the current output format to the curb. regards, tom lane