Re: Fix output of zero privileges in psql
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: Erik Wienhold <ewie@mailbox.org>,
"David G. Johnston" <david.g.johnston@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-20T19:34:01Z
Lists: pgsql-hackers
Laurenz Albe <laurenz.albe@cybertec.at> writes: > I am not sure how to proceed. Perhaps it would indeed be better to have > two competing commitfest entries. Both could be "ready for committer", > and the committers can decide what they prefer. As near as I can tell, doing both things (the \pset null fix and substituting "(none)" for empty privileges) would be an acceptable answer to everyone who has commented. Let's proceed with both patches, or combine them into one if there are merge conflicts. regards, tom lane
Commits
-
Improve default and empty privilege outputs in psql.
- d1379ebf4c2d 17.0 landed