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.