Re: Recursive SELECT problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Recursive SELECT problem
Дата
Msg-id 19519.1147874802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Recursive SELECT problem  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-sql
"Dave Page" <dpage@vale-housing.co.uk> writes:
> I'm trying to write a query to determine whether or not the current
> login role has CREATEDB (or CREATEROLE) privileges, either directly or
> inherited from a parent role.

Those privileges don't inherit, so I'm not sure why you need a recursive
check.
        regards, tom lane


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

Предыдущее
От: Niklas Johansson
Дата:
Сообщение: Re: Table constraints and INSERT
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Recursive SELECT problem