Re: How to list user accounts?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Thanh Q Lam <thanh(dot)q(dot)lam(at)alcatel(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to list user accounts?
Date: 2005-07-12 19:16:58
Message-ID: 20050712191658.GA86144@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jana Nguyen 2005-07-12 23:40:38 Help for postgresql binary installation v.8.0.3
Previous Message Scott Marlowe 2005-07-12 19:12:25 Re: How to list user accounts?