How to display privileges in psql - Mailing list pgsql-hackers

From Peter Eisentraut
Subject How to display privileges in psql
Date
Msg-id 200407151411.35671.peter_e@gmx.net
Whole thread Raw
Responses Re: How to display privileges in psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: How to display privileges in psql  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Maybe other people want to comment on this issue.

So far, \z and \dp have shown privileges of tables.

Now \dn+ and \db+ show the privileges of schemas and tablespaces.

Should we, for consistency, move the table privilege display to \dt+, or 
should we move the schema and tablespace display to, say \zn and \zb?  Or 
maybe this is not an issue at all.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Point in Time Recovery
Next
From: HISADAMasaki
Date:
Subject: Re: Point in Time Recovery