Re: Identify Login User & Permissions

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Identify Login User & Permissions
Дата
Msg-id AANLkTi=TLm+mrXMZPoE9qajMr_AbuNs16UaxgLHLin81@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Identify Login User & Permissions  (Carlos Mennens <carlos.mennens@gmail.com>)
Список pgsql-general
On Tue, Sep 14, 2010 at 1:28 PM, Carlos Mennens
<carlos.mennens@gmail.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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jonathan Brinkman"
Дата:
Сообщение: Re: I keep getting "type does not exist" on compile of this SETOF function (list 2 table)
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Identify Login User & Permissions