Re: relacl parsing method?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: relacl parsing method?
Дата
Msg-id 20100216162437.GF5330@alvh.no-ip.org
обсуждение исходный текст
Ответ на relacl parsing method?  (Josip Rodin <joy@entuzijast.net>)
Список pgsql-general
Josip Rodin wrote:
> Hi,
>
> I want to find out whether a user has a select privilege on a particular
> database.


You're probably better off using the has_foo_privilege family of
functions, e.g., has_table_privilege().

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: relacl parsing method?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Check what a transaction did in the past