Le 14/09/2010 22:28, Carlos Mennens a écrit :
> On Tue, Sep 14, 2010 at 4:23 PM, Guillaume Lelarge
> <guilla...@lelarge.info> wrote:
>> SELECT current_user;
> 
> Thanks. That worked well:
> 
> postgres=# SELECT current_user;
>  current_user
> --------------
>  carlos
> (1 row)
> 
> Do you know how I can verify what privileges or permissions 'carlos'
> has granted to him in PostgreSQL?
> 

You need to check many things on the catalogs to know that. You won't
find a single command to do that.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to