| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | \du quite ugly in 8.4 |
| Date: | 2009-10-21 12:28:01 |
| Message-ID: | 1256128081.7960.6.camel@fsopti579.F-Secure.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Could someone clarify why this (from PG 8.4)
# \du
List of roles
Role name | Attributes | Member of
---------------+-------------+------------
admin | Create role | {}
: Create DB
postgres | Superuser | {}
: Create role
: Create DB
someotheruser | | {}
someuser | | {}
is an improvement over this (from PG 8.3)
# \du
List of roles
Role name | Superuser | Create role | Create DB | Connections |
---------------+-----------+-------------+-----------+-------------+------------
admin | no | yes | yes | no limit | {}
postgres | yes | yes | yes | no limit | {}
someotheruser | no | no | no | no limit | {}
someuser | no | no | no | no limit | {}
(4 rows)
The way I see it, a perfectly clear, complete, and legible table has
been turned into a denormalized, unreadable, and ugly pile of ASCII
salad that moreover wastes valuable vertical screen space instead of
using the abundant horizontal screen space.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thom Brown | 2009-10-21 12:38:09 | Re: \du quite ugly in 8.4 |
| Previous Message | Dave Page | 2009-10-21 11:52:54 | Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable" |