Re: user privileges for particular table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: user privileges for particular table
Дата
Msg-id 17946.978557083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на user privileges for particular table  ("Thomas T. Thai" <tom@minnesota.com>)
Список pgsql-general
"Thomas T. Thai" <tom@minnesota.com> writes:
> how can you show a user's privileges for a particular table of a
> particular db?

The info is in the relacl column of pg_class's row for that table.  You
might also have to look at pg_group to determine whether the user is a
member of any groups that are granted privileges on the table.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Numeric and money
Следующее
От: Shterke Seben
Дата:
Сообщение: Problems about extracting data with cgi's