Re: decode access privileges

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: "John Smith" <jayzee(dot)smith(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: decode access privileges
Date: 2007-09-26 20:11:27
Message-ID: 8D72B69B-4A1A-40D1-A467-28D66100BFD8@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Sep 26, 2007, at 14:51 , John Smith wrote:

> what does this mean?
>
> {postgres=arwdRxt/postgres,username=r/postgres}

http://www.postgresql.org/docs/8.2/interactive/sql-grant.html

If you provide a bit more information (such as where and how you see
this information), you might assist those trying to help. I ended up
looking through the system catalogs, in particular pg_database, which
pointed me to the GRANT and REVOKE documentation. Not the quickest
route, but I got there. Hope this helps.

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-09-26 20:17:00 Re: Autostart PostgreSQL in Ubuntu
Previous Message Richard Broersma Jr 2007-09-26 20:09:56 Re: decode access privileges