Show INHERIT in \du

From: "Brendan Jurd" <direvus(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Show INHERIT in \du
Date: 2008-02-14 04:52:31
Message-ID: 37ed240d0802132052y61dfa145na851d00964ca2ced@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2008-02-14 06:21:23 Re: NLS on MSVC strikes back!
Previous Message Bruce Momjian 2008-02-14 03:51:25 Re: Patch review

Browse pgsql-patches by date

  From Date Subject
Next Message Bernd Helmle 2008-02-14 11:35:00 Re: Show INHERIT in \du
Previous Message Bruce Momjian 2008-02-14 03:49:07 SSL libpq patch applied