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!
>