On Tue, Jul 12, 2005 at 02:59:27PM -0400, Thanh Q Lam wrote:
>
> Is there a command/option to list all database user accounts in postgres?
If you're using psql then see "Meta-Commands" in the psql documentation;
otherwise see your client's documentation. You could also query
the system catalogs directly.
http://www.postgresql.org/docs/8.0/static/app-psql.html
http://www.postgresql.org/docs/8.0/static/catalogs.html
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/