Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puFI7-0001YS-Fy for pgsql-hackers@arkaria.postgresql.org; Wed, 03 May 2023 16:25:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1puFI5-0001oq-9r for pgsql-hackers@arkaria.postgresql.org; Wed, 03 May 2023 16:25:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puFI4-0001oL-SC; Wed, 03 May 2023 16:25:16 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1puFI2-000N9z-1g; Wed, 03 May 2023 16:25:16 +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 343GP9VN2977613; Wed, 3 May 2023 12:25:10 -0400 From: Tom Lane To: "David G. Johnston" cc: "Jonathan S. Katz" , Pavel Luzanov , Robert Haas , David Zhang , "pgsql-hackers@lists.postgresql.org" , rmt@lists.postgresql.org Subject: Re: psql: Add role's membership options to the \du+ command In-reply-to: References: <42678ca5-f3c6-db1b-e0c5-c63c3ce8997e@postgrespro.ru> <1525117.1680628353@sss.pgh.pa.us> <1575395.1680629866@sss.pgh.pa.us> <1831161.1680703111@sss.pgh.pa.us> <9ada7371-e! c98-ae25-aa37-30c0d4b08613@postgresql.org> Comments: In-reply-to "David G. Johnston" message dated "Wed, 03 May 2023 09:13:57 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <2977611.1683131109.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Wed, 03 May 2023 12:25:09 -0400 Message-ID: <2977612.1683131109@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David G. Johnston" writes: > On Wed, May 3, 2023 at 9:00 AM Jonathan S. Katz > wrote: >> I don't see why this is an open item as this feature was not committed >> for v16. Open items typically revolve around committed features. > The argument is that updating the psql \d views to show the newly added > options is something that the patch to add those options should have done > before being committed. Yeah, if there is not any convenient way to see that info in psql then that seems like a missing part of the feature. regards, tom lane