Re: Get the list of permissions/privileges on schema

From: John R Pierce <pierce(at)hogranch(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 22:22:54
Message-ID: 4BABE23E.8040806@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

dipti shah wrote:
> 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.
>

thats totally the wrong way to do things in SQL.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Haas 2010-03-25 22:50:19 Re: Re: [GENERAL] question (or feature-request): over ( partition by ... order by LIMIT N)
Previous Message Tom Lane 2010-03-25 21:43:50 Re: Performing FETCH ALL from a SCROLL CURSOR failing to return results

Browse pgsql-novice by date

  From Date Subject
Next Message Donn Washburn 2010-03-26 02:49:20 Getting started
Previous Message Alan Hodgson 2010-03-25 20:52:14 Re: Table inheritance