Обсуждение: RE: Re: How to list and remove a user in postgres ?

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

RE: Re: How to list and remove a user in postgres ?

От
James Hall
Дата:

> (\h createuser.)  I don't recall a method for listing all
> users.
>
i think "SELECT * FROM PG_USER" will show all users on the db.

Hope that helps...

Jim