psql meta commands in pg16 - Mailing list pgsql-admin

From Naveen Kumar
Subject psql meta commands in pg16
Date
Msg-id CADk76jp2dLxBsgaAOf2zsq4RSSvjbkezD87N4zn+716ekZUGDQ@mail.gmail.com
Whole thread Raw
Responses Re: psql meta commands in pg16
List pgsql-admin
Hi All,

I recently upgraded my database from pg14 to pg16. found change with pg16 psql meta command \du. 
Is anyone seeing the same thing? Is this change in pg16 or is it missed in pg16?

[root@db-101]# /usr/pgsql-14/bin/psql -U postgres -d postgres -p 5432 -h localhost
Password for user postgres:
psql (14.11, server 16.2)
WARNING: psql major version 14, server major version 16.
         Some psql features might not work.
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.

postgres=> \du naveen
            List of roles
 Role name | Attributes | Member of
-----------+------------+------------
 naveen    |            | {deployer}

postgres=> \q

[root@ db-101]# /usr/pgsql-16/bin/psql -U postgres -d postgres -p 5432 -h localhost
Password for user postgres:
psql (16.2)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.

postgres=> \du naveen
     List of roles
 Role name | Attributes
-----------+------------
 naveen    |


Thanks & Regards,
Naveen Kumar .M,
Sr. PostgreSQL Database Administrator,
Mobile: 7755929449.

pgsql-admin by date:

Previous
From: hubbamubba
Date:
Subject: invalid connection option "passfile"
Next
From: "David G. Johnston"
Date:
Subject: Re: psql meta commands in pg16