Re: How to list user accounts? - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: How to list user accounts?
Date
Msg-id 20050712191053.GA22017@wolff.to
Whole thread Raw
In response to How to list user accounts?  (Thanh Q Lam <thanh.q.lam@alcatel.com>)
List pgsql-admin
On Tue, Jul 12, 2005 at 14:59:27 -0400,
  Thanh Q Lam <thanh.q.lam@alcatel.com> wrote:
>
> Is there a command/option to list all database user accounts in postgres?

select usename from pg_user;

pgsql-admin by date:

Previous
From: Thanh Q Lam
Date:
Subject: How to list user accounts?
Next
From: Scott Marlowe
Date:
Subject: Re: How to list user accounts?