Re: Permissions within a function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permissions within a function
Дата
Msg-id 22324.1103313815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Permissions within a function  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> ... Is there any way to bypass the 
> permissions when I do an SPI call from within a call handler somehow?

No, but you don't have to use SPI.  C code can do pretty much what it
wants to.
        regards, tom lane


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

Предыдущее
От: vamsi krishna
Дата:
Сообщение: Re: Permissions within a function
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: Permissions within a function