Re: Permissions Query?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Permissions Query?
Date: 2007-01-19 19:15:45
Message-ID: 20070119191545.GB29447@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Jan 19, 2007 at 07:11:00PM +0000, paallen(at)attglobal(dot)net wrote:
> I now want to know if the user/role has permision
> to the schema.table.
>
> How do I query to pgsql to know what permissions a
> particular user has on the table?

Start here:

http://www.postgresql.org/docs/8.1/interactive/functions-info.html#FUNCTIONS-INFO-ACCESS-TABLE

A
--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
When my information changes, I alter my conclusions. What do you do sir?
--attr. John Maynard Keynes

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message mawrya 2007-01-20 00:44:50 select based on multi-column primary keys
Previous Message paallen 2007-01-19 19:11:00 Permissions Query?