security definer function

Поиск
Список
Период
Сортировка
От Tomasz Myrta
Тема security definer function
Дата
Msg-id 3F83E8B7.6040201@klaster.net
обсуждение исходный текст
Список pgsql-sql
Hi

I have two functions:

A) function defined with "SECURITY DEFINER"
B) function defined with "SECURITY INVOKER"

Function A calls function B.

How is the function b called - with rights of definer of function A, or 
rather with rights of caller of function A ?

Regards,
Tomasz Myrta



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: PG equivalent to Sybase varbinary
Следующее
От: "Kumar"
Дата:
Сообщение: Possible to have array as input paramter for a function?