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

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

From
James Hall
Date:

> (\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