How can I display the privileges of a certain user?

From: b t <qtboyzz(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: How can I display the privileges of a certain user?
Date: 2005-02-28 09:53:06
Message-ID: 20050228095306.49295.qmail@web61008.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi, I'm writing a jsp web-interface that display the privilieges of a certain user to a certain database.
I use the "Select relacl from pg_class;" but it gives me all the list of the users that have access to the database, how to i limit it to a certain user.
many thanks
-Brian


---------------------------------
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tambet Matiisen 2005-03-01 13:55:41 Showing progress of a database function
Previous Message b t 2005-02-28 09:52:59 How can I display the privileges of a certain user