From: | "Scott Morrison" <smorrison(at)navtechinc(dot)com> |
---|---|
To: | "Joel Lopez" <badassmexican(at)attbi(dot)com>, <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: view users |
Date: | 2003-02-12 14:15:57 |
Message-ID: | DHEKKBMAPBCGPOFEBIFFIEKJCBAA.smorrison@navtechinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
From within the psql application, you can do
SELECT usename FROM pg_user;
I don't know of any easy way from outside of the app like the way you list
the databases.
-- Scott
-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of Joel Lopez
Sent: Tuesday, February 11, 2003 5:45 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] view users
Hi,
I've created a db and a user. I can see the db using 'psql -l' but how do
I see the users?
thanks,
Joel
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Dmitry Tkach | 2003-02-12 17:09:23 | Re: problem with pl/pgsql function unknown parameters |
Previous Message | César Eduardo Schneider | 2003-02-12 12:38:58 | Re: locale error |