Re: Function's access control list ambiguity

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Function's access control list ambiguity
Дата
Msg-id 937d27e10910130326g5aac2bb4j55b8c33900e6ac46@mail.gmail.com
обсуждение исходный текст
Ответ на Function's access control list ambiguity  ("Dmitry Samokhin" <sdld@mail.ru>)
Список pgadmin-support
On Mon, Oct 5, 2009 at 12:48 PM, Dmitry Samokhin <sdld@mail.ru> wrote:

> To implement this in case of empty, but not null, ACL of functions (and
> other database objects granting default access to PUBLIC), the
> reverse-engineering procedure of pgAdmin might be modified for the script to
> look like:
>
> CREATE OR REPLACE FUNCTION ... ;
> ALTER FUNCTION ... OWNER TO <owner>;
> REVOKE ALL ON FUNCTION ... FROM public;
> REVOKE ALL ON FUNCTION ... FROM <owner>;

Thanks, fixed in SVN for 1.10.1.

-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


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

Предыдущее
От: "Dmitry Samokhin"
Дата:
Сообщение: Re: Owner and privileges on sequences
Следующее
От: John
Дата:
Сообщение: dropping connection