Re: Role privileges in PostgreSQL.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Role privileges in PostgreSQL.
Дата
Msg-id 28263.1180136975@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Role privileges in PostgreSQL.  ("Akmal Akmalhojaev" <akmal.ilh@gmail.com>)
Список pgsql-hackers
"Akmal Akmalhojaev" <akmal.ilh@gmail.com> 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 columns of type aclitem[] in the catalog descriptions:
http://developer.postgresql.org/pgdocs/postgres/catalogs.html
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Autovacuum versus rolled-back transactions
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Autovacuum versus rolled-back transactions