Re: Getting users/privs for tables.

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Subject: Re: Getting users/privs for tables.
Date: 2011-03-17 14:59:29
Message-ID: 201103170759.30128.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday, March 17, 2011 7:48:37 am Gauthier, Dave wrote:
> Hi:
>
> I'm trying to determine who has what privs for what tables. Couldn't find
> any canned views for that (but may have missed it). Or is there a query
> that can get this from the metadata somehow?
>
> Thanks in Advance.

http://www.postgresql.org/docs/9.0/interactive/information-schema.html

role_table_grants
and/or
table_privileges

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Yziquel 2011-03-17 15:08:55 Re: Startup messages for socket protocol
Previous Message Tom Lane 2011-03-17 14:58:31 Re: Getting users/privs for tables.