Re: Getting users/privs for tables. - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Getting users/privs for tables.
Date
Msg-id 201103170759.30128.adrian.klaver@gmail.com
Whole thread Raw
In response to Getting users/privs for tables.  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Responses Re: Getting users/privs for tables.  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List 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.klaver@gmail.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting users/privs for tables.
Next
From: "Gauthier, Dave"
Date:
Subject: Re: Getting users/privs for tables.