Show INHERIT in \du - Mailing list pgsql-hackers

From Brendan Jurd
Subject Show INHERIT in \du
Date
Msg-id 37ed240d0802132052y61dfa145na851d00964ca2ced@mail.gmail.com
Whole thread Raw
Responses Re: Show INHERIT in \du
Re: Show INHERIT in \du
List pgsql-hackers
Hello hackers,

psql's \du command currently does not list the INHERIT role attribute.It does show the other privilege attributes
(superuser,create role,
 
create db), and INHERIT seems like the kind of thing a user
executing\du would want to know.

I'd like to add it to \du.  The downside is that it would add width to
an already rather wide output, but I see that as a worthwhile
tradeoff.  If I'm in the minority there, perhaps I could just add it
to \du+?

TIA for your comments.

Cheers,
BJ


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch review
Next
From: "Hiroshi Saito"
Date:
Subject: Re: NLS on MSVC strikes back!