Re: Discerning when functions had execute revoked from public

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Discerning when functions had execute revoked from public
Дата
Msg-id 5275.1357689426@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Discerning when functions had execute revoked from public  (Todd Kover <kovert@omniscient.com>)
Список pgsql-general
Todd Kover <kovert@omniscient.com> writes:
> This revocation from public happens in our environment.  Trouble is, I
> can not find where an indiciation that execute has been revoked from
> public in pg_catalog.pg_proc (or any other table for that matter).  Is
> there a way to find this somewhere in the catalog?

pg_proc.proacl is what to look at.  If that is NULL then it means the
function has default privileges (viz, public execute).  If it's not NULL
then the function has whatever privileges it says.

            regards, tom lane


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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: query by partial timestamp
Следующее
От: Gavan Schneider
Дата:
Сообщение: Re: query by partial timestamp