Re: psql: Add role's membership options to the \du+ command
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Luzanov <p.luzanov@postgrespro.ru>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
Robert Haas <robertmhaas@gmail.com>,
David Zhang <david.zhang@highgo.ca>,
"pgsql-hackers@lists.postgresql.org"
<pgsql-hackers@lists.postgresql.org>
Date: 2023-04-05T13:58:31Z
Lists: pgsql-hackers
Pavel Luzanov <p.luzanov@postgrespro.ru> writes: > What if this long output will be available only for \du+, and for \du > just show distinct (without duplicates) > roles in the current array format? For those, who don't care about these > new membership options, nothing will change. > Those, who need details will use the + modifier. > ? I kind of like that. Would we change to newlines in the Attributes field in both \du and \du+? (I'm +1 for that, but maybe others aren't.) regards, tom lane
Commits
-
Add psql \drg command to display role grants.
- d65ddaca93f6 17.0 landed
- 0a1d2a7df852 16.0 landed