Re: List Permissions

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: "Maton, Brett" <matonb(at)ltresources(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: List Permissions
Date: 2011-10-25 11:56:25
Message-ID: CA+h6Ahg=zuqScpmm19vcMybt-1h+dtVtKqJWBa7FokUc=a2_tQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Forgot to post the reference manual link. Here you go.

http://www.postgresql.org/docs/9.0/static/sql-grant.html

---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/

On Tue, Oct 25, 2011 at 5:21 PM, Raghavendra <
raghavendra(dot)rao(at)enterprisedb(dot)com> wrote:

> You can get it from psql terminal.
>
> postgres=# \z table-name
>
> ---
> Regards,
> Raghavendra
> EnterpriseDB Corporation
> Blog: http://raghavt.blogspot.com/
>
>
>
> On Tue, Oct 25, 2011 at 4:50 PM, Maton, Brett <matonb(at)ltresources(dot)co(dot)uk>wrote:
>
>> Hi,
>>
>> How can I list a users permissions table by table?
>>
>> i.e. User Joe
>> has read/write on table1
>> has read on table2
>> no access on table 3
>>
>> Or something....
>>
>> Thanks for any help!
>>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Venkat Balaji 2011-10-25 12:21:09 Re: List Permissions
Previous Message Scott Marlowe 2011-10-25 11:53:47 Re: hi, friends. are there any performance tuning materials for postgreSQL recommended?