Re: Listing Users

From: Laurent Perez <downloader(at)free(dot)fr>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Listing Users
Date: 2003-03-18 13:40:49
Message-ID: 3E7721E1.1040604@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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?

Have a look at pg_shadow table ?
I'm not sure this is the most efficient way to do that, anyway

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Miguel Carvalho 2003-03-18 13:42:21
Previous Message Kyle 2003-03-18 13:26:06 Listing Users