Re: [HACKERS] Role privileges in PostgreSQL.
"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.
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.