Re: How to display privileges in psql

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: How to display privileges in psql
Дата
Msg-id 20040720215344.GY15150@fetter.org
обсуждение исходный текст
Ответ на Re: How to display privileges in psql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Tue, Jul 20, 2004 at 11:41:14PM +0200, Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > Added to TODO:
> >
> >     * Allow psql to display permission information using \df+ and
> >     \l+
> 
> What about, develop a consistent way to display privilege
> information for all objects in psql?

Excellent idea. :)

Is this worth breaking backward compatibility for?  IMHO, yes, but
others may have good reasons--critical-path psql scripts, e.g.--for
not doing it.

BTW, while I working out an example for CREATE DOMAIN
(http://fetter.org/sgml/sql-createdomain.html), I found that \dD and
\dD+ appear to do the exact same thing.  I was hoping that \dD+ would
show all CONSTRAINTs.

Cheers,
D
-- 
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: How to display privileges in psql
Следующее
От: Oliver Jowett
Дата:
Сообщение: V3 protocol + DECLARE problems