Re: Things I don't like about \du's "Attributes" column - Mailing list pgsql-hackers

From Wen Yi
Subject Re: Things I don't like about \du's "Attributes" column
Date
Msg-id 171308087575.1152.7535036009650598157.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Is there still password max length restrictions in PG?  ("Sean" <iihero@qq.com>)
List pgsql-hackers
I think the output need to change, like this:

postgres=# \du+
                                       List of roles
 Role name | Login | Attributes  | Password | Valid until | Connection limit | Description 
-----------+-------+-------------+----------+-------------+------------------+-------------
 test      |       | Inherit     |          |             |                  | 
 test2     | Can   | Inherit     | Has      |             |                  | 
 wenyi     | Can   | Superuser  +|          |             |                  | 
           |       | Create DB  +|          |             |                  | 
           |       | Create role+|          |             |                  | 
           |       | Inherit    +|          |             |                  | 
           |       | Replication+|          |             |                  | 
           |       | Bypass RLS  |          |             |                  | 
(3 rows)

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Cleaning up threading code
Next
From: Peter Eisentraut
Date:
Subject: Re: PG_TEST_EXTRAs by theme rather than test name (Re: pgsql: Add tests for libpq gssencmode and sslmode options)