Re: Listing Users

From: Hadley Willan <hadley(dot)willan(at)deeperdesign(dot)co(dot)nz>
To: Kyle <kyle(at)ccidomain(dot)com>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Listing Users
Date: 2003-03-21 02:42:09
Message-ID: 1048214528.1390.24.camel@atlas.sol.deeper.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select * from pg_user, pg_group

On Wed, 2003-03-19 at 01:26, Kyle wrote:
> I am familiar with the SQL commands like CREATE USER, DROP USER, and
> ALTER USER, but how as an administrator can I get a list of the current
> users in PostGreSQL?
>
> -Kyle
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Hadley Willan > Systems Development > Deeper Design Limited. +64(7)377-3328
hadley(dot)willan(at)deeperdesign(dot)co(dot)nz > www.deeperdesign.com > +64(21)-28-41-463
Level 1, 4 Tamamutu St, PO Box 90, TAUPO 2730, New Zealand.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas T. Thai 2003-03-21 02:44:49 ERROR: datumGetSize: Invalid typLen 0
Previous Message Stephane Charette 2003-03-21 02:25:45 does vacuum still lock the table?