On Thursday 22 November 2001 11:39, MG wrote:
> Hi!
>
> I subscribe to this list now. :) I have a question.
> How can I query (in SQL) the user permissions of a table? Which system
> table stores the tables permissions for the user?
Sounds like you are looking for table pg_class, column relacl.
See:
http://www.postgresql.org/idocs/index.php?catalog-pg-class.html
HTH
Ian Barwick