Re: Show INHERIT in \du - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Show INHERIT in \du
Date
Msg-id 20080214222818.GB15085@alvh.no-ip.org
Whole thread Raw
In response to Re: Show INHERIT in \du  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane escribió:

> Now that psql prints multiline field values nicely, maybe it'd work
> to fold all the boolean attributes into one column.  I'm imagining
> something like
> 
> Role name | Privileges  | Member of
> ----------+-------------+-----------
> postgres  | superuser   | {}
>           | create role |
>           | create db   |
> joeblow   |             | {users}
> foobar    |             | {users}

Hmm, this looks like a neat idea (provided we keep the list of possible
privileges short.)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reworking WAL locking
Next
From: "Brendan Jurd"
Date:
Subject: Re: Show INHERIT in \du