Обсуждение: List of users

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

List of users

От
"Jason R. Madrid"
Дата:
Hello,

Dumb question, but I've been searching all day and can't find any way to get a current list of Postgres users on my system.  How do I do so?

Re: [ADMIN] List of users

От
"Gene Selkov Jr."
Дата:
> Dumb question, but I've been searching all day and can't find any way to
> get a current list of Postgres users on my system.  How do I do so?

psql -d template1 -c "select * from pg_user"

Gene