[HACKERS] GRANT EXECUTE ON FUNCTION foo() TO bar();

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема [HACKERS] GRANT EXECUTE ON FUNCTION foo() TO bar();
Дата
Msg-id CAASwCXeEQgXb5h9sZFYwKdBmwfmRnMxecSiZN6n_+Uo=yPpfXA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] GRANT EXECUTE ON FUNCTION foo() TO bar();  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [HACKERS] GRANT EXECUTE ON FUNCTION foo() TO bar();  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi Hackers,

Currently, it's only possible to grant/revoke execute on functions to roles.

I think it would be useful in many situations, both for documentation purposes,
but also for increased security, to in a precise way control what
other function(s)
are allowed to execute a specific function.

This would be useful for functions that are not supposed to be used
manually by any human or any other function(s) than the few places
where the function makes sense to use.

Thoughts?

/Joel



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Radix tree for character conversion
Следующее
От: Rafia Sabih
Дата:
Сообщение: Re: [HACKERS] Passing query string to workers