Re: Function Permissions

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Function Permissions
Дата
Msg-id 3F9B85AD.9020107@familyhealth.com.au
обсуждение исходный текст
Ответ на Function Permissions  ("Telecontrol Networking" <pglist@telecontrol.com.br>)
Список pgsql-hackers
CREATE FUNCTION ... SECURITY DEFINER;

Read the 7.3 docs.

Chris

Telecontrol Networking wrote:

> 
> Hi,
>  
> I really need that a FUNCTION runs allways with this creator/owner 
> permissions, and not with the user permission.
>  
> In other words, my FUNCTION must execute several procedures as POSTGRES 
> superuser, and the tables its needs access/insert/delete/update has no 
> permissions to normal user. Only calling my FUNCTION the normal user can 
> do that, and never updating or deleting directly over the tables.
>  
> Any idea ?
>  
>  
> ---------------------------------
> Marco Túlio Oliveira
> IT-Manager
> www.telecontrol.com.br <http://www.telecontrol.com.br>



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: round() function wrong?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Timestamp docs weirdness