Re: Get the list of permissions/privileges on schema

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: dipti shah <shahdipti1980(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Get the list of permissions/privileges on schema
Date: 2010-03-25 09:14:48
Message-ID: 8cf965d31003250214n6744b09cr60a6e8714eb0d81c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

You should look into the pg_class table : relacl attribute for the
permissions on any object.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>

On Thu, Mar 25, 2010 at 2:37 PM, dipti shah <shahdipti1980(at)gmail(dot)com> wrote:

> Hi,
>
> Could any one please tell me how to get list of all the permissions on the
> schema (or any postgresql objects), stored them somewhere before executing
> stored procedure and then restore them?
>
> Thanks,
> Dipti
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2010-03-25 09:24:46 Re: Get the list of permissions/privileges on schema
Previous Message dipti shah 2010-03-25 09:07:45 Get the list of permissions/privileges on schema

Browse pgsql-novice by date

  From Date Subject
Next Message Sergey Konoplev 2010-03-25 09:24:46 Re: Get the list of permissions/privileges on schema
Previous Message dipti shah 2010-03-25 09:07:45 Get the list of permissions/privileges on schema