Utility of GRANT EXECUTE

Поиск
Список
Период
Сортировка
От Paul Mackay
Тема Utility of GRANT EXECUTE
Дата
Msg-id 786c2f6d0603140024l16824e6dm6cf37f2ca0570ca5@mail.gmail.com
обсуждение исходный текст
Ответы Re: Utility of GRANT EXECUTE
Список pgsql-general
It seems that any user has the right to execute a function, whether or not it has been granted the EXECUTE privilege on it. Even a REVOKE EXECUTE has no impact. A privilige error will be raised only if the function tries to access an object (ex.: a table) for witch the user doesn't have the appropriate privilege(s).

Is there any utility to the GRANT EXECUTE then ?


Thanks,
Paul

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

Предыдущее
От: John Sidney-Woollett
Дата:
Сообщение: Re: Update value to "the first character is capital and
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Utility of GRANT EXECUTE