Re: psql schema permissions

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql schema permissions
Date: 2004-07-02 14:53:05
Message-ID: Pine.LNX.4.44.0407021649350.21809-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, 2 Jul 2004, Peter Eisentraut wrote:

> You could extend \z (don't know where that name came from) so that \zX show
> the permissions for things that \dX displays.

Yes, that was number 1) on the list

1) A new \dpn command

\dp and \z is the same thing. Any solution works for me. The main reason I
need it is so I can help people on irc to debug their problems. It's
easier to get them to run a psql command then to get them to query the
system tables.

The only problem with all new features of pg is that we get more and more
\x commands. Soon we will have all permutations of 2 letters.

--
/Dennis Björklund

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-07-02 14:56:56 Re: [PATCHES] Show encoding in initdb messages
Previous Message Peter Eisentraut 2004-07-02 14:47:35 Re: psql schema permissions