Re: sepgsql contrib module

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: sepgsql contrib module
Дата
Msg-id AANLkTimSWss+z6SBH_ApXcziSD08+UFLS+CXPDP9K11W@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sepgsql contrib module  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: sepgsql contrib module  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
2011/1/21 KaiGai Kohei <kaigai@ak.jp.nec.com>:
> - Add checks to avoid inlining function without db_procedure:{execute}
>  permission. Sorry, process:{transition} shall be checked in other place.

Hrm.  What happens if permissions change between plan time and execution time?

For that matter, I wonder what happens with regular function
permissions.  If the plan inlines the function and then somebody goes
and changes the permission on the function and makes it SECURITY
DEFINER, what happens?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: SQL/MED - file_fdw
Следующее
От: Robert Haas
Дата:
Сообщение: Re: SQL/MED - file_fdw