On Tue, Sep 14, 2010 at 4:23 PM, Guillaume Lelarge
<guillaume@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?