Re: [SQL] Access Permissions/Security

From: "Joel Burton" <jburton(at)scw(dot)org>
To: "Rob Burne" <robburne(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [SQL] Access Permissions/Security
Date: 2000-12-04 20:27:34
Message-ID: 3A2BB7E6.26746.11F825E@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Start psql w/ -E option and you can see the SQL for all \xxx
commands.

On 27 Nov 2000, at 20:20, Rob Burne wrote:

> Hi,
>
> I need to find the query that will return all security access
> permissions.
>
> For example if a INSERT has been granted to a particular user, how do
> I perform the query which will return this result. I know that the \z
> command returns this, but I need the raw SQL to do it - any ideas
> please?
>
> Many thanks,
>
> Rob.
> ______________________________________________________________________
> _______________ Get more from the Web. FREE MSN Explorer download :
> http://explorer.msn.com

--
Joel Burton, Director of Information Systems -*- jburton(at)scw(dot)org
Support Center of Washington (www.scw.org)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2000-12-04 20:31:37 Re: [NOVICE] to_days(now())
Previous Message The Hermit Hacker 2000-12-04 20:08:24 Re: Re: Why PostgreSQL is not that popular as MySQL?

Browse pgsql-sql by date

  From Date Subject
Next Message Bruno Boettcher 2000-12-04 23:30:34 reinitialize a sequence?
Previous Message Jan Wieck 2000-12-04 19:04:51 Re: [SQL] Rules with Conditions: Bug, or Misunderstanding