Re: Groups and Users

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: Groups and Users
Дата
Msg-id Pine.LNX.4.44.0307081003480.1198-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Groups and Users  (Brad Rhine <rhino@etown.k12.pa.us>)
Список pgsql-novice
> Given a username, how do I find out which groups that user is a member
> of? I'm sure I'm missing something obvious.

IMO, there is no straight method, but you can get it using a plpgsql
function. But the list of users belonging to a group can be found in
pg_group table. The userids are stored in an array.

regards,
bhuvaneswaran


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

Предыдущее
От: "Daniel Phlander"
Дата:
Сообщение: UNSUBSCRIBE
Следующее
От: "Herbie McDuck"
Дата:
Сообщение: OK..time for STUPID to say somthing