Re: Postgre User Privileges table

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Postgre User Privileges table
Дата
Msg-id 3E716A43.3000002@joeconway.com
обсуждение исходный текст
Ответ на Postgre User Privileges table  (Yovko Ilchev Yovkov <yyovkov@vipsolutions.net>)
Список pgsql-novice
Yovko Ilchev Yovkov wrote:
> Can anyone tell where in which table are described users priveleges for the
> tables?

Privileges are tracked in a column (relacl) of the pg_class table for
relations. See:

http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/catalog-pg-class.html
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/sql-grant.html
http://www.us.postgresql.org/users-lounge/docs/7.3/postgres/functions-misc.html

for related information.

HTH,

Joe


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

Предыдущее
От: Yovko Ilchev Yovkov
Дата:
Сообщение: Postgre User Privileges table
Следующее
От: Niclas Hedell
Дата:
Сообщение: Re: get the oid