Re: Separating function privileges from tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Separating function privileges from tables
Дата
Msg-id 9323.1178245896@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Separating function privileges from tables  (Barry Brown <barry@cs.sierracollege.edu>)
Список pgsql-general
Barry Brown <barry@cs.sierracollege.edu> writes:
> It's nice that privileges on views are separate from the privileges
> on its underlying tables. For example, if view V queries tables A and
> B, I only need to grant SELECT on the view to another user; tables A
> and B can have that privilege revoked and the view works.

> Are there plans to extend similar behavior to functions? That is, can
> I simply grant EXECUTE on the function and not have to worry about
> granting the appropriate privileges to the tables used by the function?

I think you are looking for SECURITY DEFINER function option.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dangers of fsync = off
Следующее
От: "Mike Frysinger"
Дата:
Сообщение: Re: cant get pg_dump/pg_restore to behave