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.

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to