Re: Get the list of permissions/privileges on schema

Поиск
Список
Период
Сортировка
От dipti shah
Тема Re: Get the list of permissions/privileges on schema
Дата
Msg-id d5b05a951003250238r1a2463d2tb8a73e37deb7ca6b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Get the list of permissions/privileges on schema  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Ответы Re: Get the list of permissions/privileges on schema  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Thanks a lot guys but I am not looking for security definer function. I know it. My requirements are very complicated and I have to nailed down the stuffs by storing schema permissions somewhere, execute my store procedure, and restored the stored schema permissions. Like this I would make sure that thogh my store procedure manipulates schema permissions, at the end, users will have their permissions intact.
 
Thanks,
Dipti

On Thu, Mar 25, 2010 at 2:59 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:


On Thu, Mar 25, 2010 at 2:54 PM, Sergey Konoplev <gray.ru@gmail.com> wrote:
On 25 March 2010 12:14, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
> You should look into the pg_class table : relacl attribute for the
> permissions on any object.

Is it correct to set it directly?

Of course not...
This is just way to fetch the list of permission on any object.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: Get the list of permissions/privileges on schema
Следующее
От: Andre Lopes
Дата:
Сообщение: What datatype should I use to store an IP Address?