Re: Role members

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Role members
Дата
Msg-id 465175B8.6090104@archonet.com
обсуждение исходный текст
Ответ на Role members  ("Akmal Akmalhojaev" <akmal.ilh@gmail.com>)
Список pgsql-hackers
Akmal Akmalhojaev wrote:
> Hello! I have the following question.
> 
> For example I have a role ID1 with members ID2 and ID3.
> Role ID2 has also members ID4 and ID5. It means that roles ID4 and ID5 are
> members of ID1.
> The question: Is there any function in PostgreSQL, that finds all the
> members of role ID1 - even such members, as ID4 and ID5.

Akmal, this isn't really a question for the hackers list. Please try on 
"general" or "admin".

However, I know of no function that will recursively expand member 
lists. You could easily write your own of course, but you'll want to 
decide how to handle the "inherits" flag.

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: "Akmal Akmalhojaev"
Дата:
Сообщение: Role members
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: mb and ecpg regression tests