Re: view users - Mailing list pgsql-novice

From Oliver Elphick
Subject Re: view users
Date
Msg-id 1045135721.3091.2.camel@linda.lfix.co.uk
Whole thread Raw
In response to view users  ("Joel Lopez" <joellopez@attbi.com>)
List pgsql-novice
On Tue, 2003-02-11 at 22:44, Joel Lopez wrote:
> Hi,
>
> I've created a db and a user.  I can see the db using 'psql -l'  but how do
> I see the users?


SELECT * FROM pg_user;

(pg_user is a view of pg_shadow)

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "The earth is the LORD'S, and the fullness thereof; the
      world, and they that dwell therein."
                                   Psalms 24:1


pgsql-novice by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: psql: FATAL 1: IDENT authentication failed for user
Next
From: "guillermo schulman"
Date:
Subject: Backup method and vacuumdb