add \dpS to psql

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: add \dpS to psql
Date: 2022-12-06 19:36:06
Message-ID: 20221206193606.GB3078082@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

As discussed elsewhere [0], \dp doesn't show privileges on system objects,
and this behavior is not mentioned in the docs. I've attached a small
patch that adds support for the S modifier (i.e., \dpS) and the adjusts the
docs.

Thoughts?

[0] https://postgr.es/m/a2382acd-e465-85b2-9d8e-f9ed1a5a66e9%40postgrespro.ru

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
add_s_modifier_to_dp.patch text/x-diff 3.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2022-12-06 19:37:19 Re: 16: Collation versioning and dependency helpers
Previous Message Andres Freund 2022-12-06 19:31:29 Re: Cygwin cleanup