Re: Identify Login User & Permissions

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Identify Login User & Permissions
Date: 2010-09-14 21:08:17
Message-ID: AANLkTi=TLm+mrXMZPoE9qajMr_AbuNs16UaxgLHLin81@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 14, 2010 at 1:28 PM, Carlos Mennens
<carlos(dot)mennens(at)gmail(dot)com> wrote:

> Do you know how I can verify what privileges or permissions 'carlos'
> has granted to him in PostgreSQL?

psql has its own commands.

for example if i was to see the owner of all:

users:
db=> \du

schemas:
db=> \dn

tables/views:
db => \d

other useful commands:
db => \?

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message tamanna madaan 2010-09-14 21:09:26 workaround steps for autovaccum problem
Previous Message Richard Broersma 2010-09-14 20:32:40 Re: Identify Login User & Permissions