psql meta commands in pg16

From: Naveen Kumar <naveenchowdaryon(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: psql meta commands in pg16
Date: 2024-03-13 02:03:13
Message-ID: CADk76jp2dLxBsgaAOf2zsq4RSSvjbkezD87N4zn+716ekZUGDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2024-03-13 02:39:23 Re: psql meta commands in pg16
Previous Message hubbamubba 2024-03-12 20:07:40 invalid connection option "passfile"