Re: Things I don't like about \du's "Attributes" column

Wen Yi <wen-yi@qq.com>

From: Wen Yi <wen-yi@qq.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Pavel Luzanov <p.luzanov@postgrespro.ru>
Date: 2024-04-14T07:47:55Z
Lists: 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)