Re: Show INHERIT in \du
От
Brendan Jurd
Тема
Re: Show INHERIT in \du
Дата
Msg-id
37ed240d0802141525i2f5e4dc0jc78b73ce2dbde6be@mail.gmail.com
Ответ на
Re: Show INHERIT in \du (Tom Lane)
Список
Дерево обсуждения
Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: Show INHERIT in \du Alvaro Herrera <alvherre@commandprompt.com>
Key for grant attributes (was: Re: Show INHERIT in \du) Decibel! <decibel@decibel.org>
Re: Key for grant attributes (was: Re: Show INHERIT in \du) "Brendan Jurd" <direvus@gmail.com>
Re: Show INHERIT in \du Guillaume Lelarge <guillaume@lelarge.info>
Re: Show INHERIT in \du Bernd Helmle <mailings@oopsware.de>
Re: Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: Show INHERIT in \du Alvaro Herrera <alvherre@commandprompt.com>
Re: Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: Show INHERIT in \du Decibel! <decibel@decibel.org>
Re: Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: [PATCHES] Show INHERIT in \du Alvaro Herrera <alvherre@commandprompt.com>
Re: [PATCHES] Show INHERIT in \du Bruce Momjian <bruce@momjian.us>
Re: [PATCHES] Show INHERIT in \du Bruce Momjian <bruce@momjian.us>
Re: [PATCHES] Show INHERIT in \du Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: [PATCHES] Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCHES] Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCHES] Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: [PATCHES] Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCHES] Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: [PATCHES] Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: [PATCHES] Show INHERIT in \du Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCHES] Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: [PATCHES] Show INHERIT in \du "Brendan Jurd" <direvus@gmail.com>
Re: Show INHERIT in \du Bernd Helmle <mailings@oopsware.de>
On Fri, Feb 15, 2008 at 3:42 AM, Tom Lane wrote:
> 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}
>
I like it -- very compact compared with what we currently have, but
still easy to read.
What about connection limit? I suppose we could combine it into the
privileges column, and refrain from displaying anything for "no
limit".
Role name | Privileges | Member of----------+-------------+-----------postgres | superuser | {} | create role | | create db |joeblow | | {users}foobar | 5 connections | {users}
Cheers
BJ
В списке pgsql-hackers по дате отправления