psql meta commands in pg16

Поиск
Список
Период
Сортировка
От Naveen Kumar
Тема psql meta commands in pg16
Дата
Msg-id CADk76jp2dLxBsgaAOf2zsq4RSSvjbkezD87N4zn+716ekZUGDQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: psql meta commands in pg16
Список 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 по дате отправления:

Предыдущее
От: hubbamubba
Дата:
Сообщение: invalid connection option "passfile"
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: psql meta commands in pg16