Обсуждение: query of database to get permitted users list

Поиск
Список
Период
Сортировка

query of database to get permitted users list

От
pw
Дата:
Hello,

I have a query of pg_database to find the owners of each available database.
How can I query to get the users that have permissions on any particular
database?
pg_user always contains *all* database users regardless of whether they have
granted permissions to the current db.

Thanks for any ideas.

Peter