Re: Show INHERIT in \du

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bernd Helmle <mailings(at)oopsware(dot)de>, Brendan Jurd <direvus(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Show INHERIT in \du
Date: 2008-02-14 22:28:18
Message-ID: 20080214222818.GB15085@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2008-02-14 23:25:29 Re: Show INHERIT in \du
Previous Message Tom Lane 2008-02-14 21:50:42 Re: Reworking WAL locking

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-14 22:35:42 Re: Fix for 8.3 MSVC locale (Was [HACKERS] NLS on MSVC strikes back!)
Previous Message Gevik Babakhani 2008-02-14 22:24:52 Re: Fix for 8.3 MSVC locale (Was [HACKERS] NLS on MSVC strikes back!)