postgresql
December 14, 2019

Посмотреть списки

Список баз:

select * from pg_database;

\d

psql -l

Пользователи:

select * from pg_shadow;