Permissions within a function

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Permissions within a function
Дата
Msg-id thhal-0IMieAm8zcS4eYYO33XksLYbPsRqQTJ@mailblocks.com
обсуждение исходный текст
Ответы Re: Permissions within a function
Re: Permissions within a function
Re: Permissions within a function
Список pgsql-hackers
I'd like some views on the following issue.

The pljava function call handler will resolve a class name using a 
loader that in turn uses a specific table in the PostgreSQL database. 
Hence, the caller of the function must have select permissions on that 
table or the function will fail. I would like to prevent this somehow 
but I don't know how to go about that. Is there any way to bypass the 
permissions when I do an SPI call from within a call handler somehow?

Regards,
Thomas Hallgren




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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [Testperf-general] BufferSync and bgwriter
Следующее
От: vamsi krishna
Дата:
Сообщение: Re: Permissions within a function