Re: Getting users/privs for tables.

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Getting users/privs for tables.
Дата
Msg-id 201103170759.30128.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Getting users/privs for tables.  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Ответы Re: Getting users/privs for tables.  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Список pgsql-general

On Thursday, March 17, 2011 7:48:37 am Gauthier, Dave wrote:

> Hi:

>

> I'm trying to determine who has what privs for what tables. Couldn't find

> any canned views for that (but may have missed it). Or is there a query

> that can get this from the metadata somehow?

>

> Thanks in Advance.

http://www.postgresql.org/docs/9.0/interactive/information-schema.html

role_table_grants

and/or

table_privileges

--

Adrian Klaver

adrian.klaver@gmail.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting users/privs for tables.
Следующее
От: "Gauthier, Dave"
Дата:
Сообщение: Re: Getting users/privs for tables.