Re: psql schema permissions

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql schema permissions
Date: 2004-06-30 18:01:51
Message-ID: Pine.LNX.4.44.0406301958090.21809-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Wed, 30 Jun 2004, Kris Jurka wrote:

> > There is no way to show schema permissions in psql.
> >
> > 4) Since \dn only shows the name and the owner we can simply
> > add a permission column.
>
> Someone requested that \dn+ also show the comment for the schema, if
> you're messing around in that area.

One could put both the permissions and the comment in a \dn+ command.

In general I'm not sure what is the best method. Adding more and more \x
commands is not going to work forever. Maybe we should introduce more
long commands and have \x commands for the most common things.

--
/Dennis Björklund

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2004-06-30 18:29:14 Re: PITR Archive Recovery
Previous Message Kris Jurka 2004-06-30 17:46:54 Re: psql schema permissions