Re: [HACKERS] Role privileges in PostgreSQL.

2007-05-25 Thread Tom Lane
"Akmal Akmalhojaev" <[EMAIL PROTECTED]> writes: > I have the following question: where role privileges on working with tables, > data bases and so on are stored in PostgreSQL (In what system catalogs?)? Privileges are attached to the target objects, eg pg_class.relacl for relations. Look for colu

[HACKERS] Role privileges in PostgreSQL.

2007-05-25 Thread Akmal Akmalhojaev
Hello. I have the following question: where role privileges on working with tables, data bases and so on are stored in PostgreSQL (In what system catalogs?)? Thanks. Akmal.