From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Joel Lopez <joellopez(at)attbi(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: view users |
Date: | 2003-02-13 11:28:42 |
Message-ID: | 1045135721.3091.2.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)Elphick(at)lfix(dot)co(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | guillermo schulman | 2003-02-13 12:20:13 | Backup method and vacuumdb |
Previous Message | Andrew McMillan | 2003-02-13 10:11:35 | Re: psql: FATAL 1: IDENT authentication failed for user |