\du quite ugly in 8.4 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject \du quite ugly in 8.4
Date
Msg-id 1256128081.7960.6.camel@fsopti579.F-Secure.com
Whole thread Raw
Responses Re: \du quite ugly in 8.4
Re: \du quite ugly in 8.4
List pgsql-hackers
Could someone clarify why this (from PG 8.4)

# \du             List of roles  Role name   | Attributes  | Member of
---------------+-------------+------------admin         | Create role | {}              : Create DBpostgres      |
Superuser  | {}              : Create role              : Create DBsomeotheruser |             | {}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.



pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Client application name
Next
From: Thom Brown
Date:
Subject: Re: \du quite ugly in 8.4