Re: How to display privileges in psql

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to display privileges in psql
Date: 2004-07-20 21:01:31
Message-ID: 200407202101.i6KL1Vq25441@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Added to TODO:

* Allow psql to display permission information using \df+ and \l+

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> > 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.
>
> I don't know :(
>
> psql is starting to struggle to show all information!
>
> And what about \df+ and \l+ ? They both need privilege display as well.
>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-07-20 21:08:20 Re: Point in Time Recovery
Previous Message Gaetano Mendola 2004-07-20 20:58:11 check point segments leakage ?