listing users and their rights - Mailing list pgsql-general

From Thomas T. Thai
Subject listing users and their rights
Date
Msg-id Pine.NEB.4.21.0012291710370.20934-100000@ns01.minnesota.com
Whole thread Raw
Responses Re: listing users and their rights  (Peter Eisentraut <peter_e@gmx.net>)
Re: listing users and their rights  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-general
as a pgsql superuser, how can i list all the users and their rights? on
mysql i just do a select on the mysql table. i'm a newbie here. i read the
documents and didn't find the answer.

also, when i start 'psql' as system user joe, it says:

psql: FATAL 1:  Database "joe" does not exist in the system catalog.

if i run psql as system user XXX it would say '... Database "XXX" does not
exist...'

from the documents, it seems as though i can start psql without specifying
a database.


pgsql-general by date:

Previous
From: "Steve Wolfe"
Date:
Subject: Re: How passwords can be crypted in postgres?
Next
From: Stephan Szabo
Date:
Subject: Re: NULLS and <> : Discrepancies ?