Re: Missing array support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Missing array support
Дата
Msg-id 23324.1056848120@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Missing array support  (Peter Eisentraut <peter_e@gmx.net>)
Ответы CVS tip compile failure (was Re: Missing array support)  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Btw., it would be really nice if some limited form of this could get done,
> so I could finish the information schema views pertaining to group
> privileges.  I'd just need a way to find out what users are in what
> groups.

As of a few minutes ago,

SELECT g.groname FROM pg_user u, pg_group g
WHERE u.usesysid = ANY (g.grolist) AND u.usename = current_user;
        regards, tom lane


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: pg_get_triggerdef in pg_dump
Следующее
От: Joe Conway
Дата:
Сообщение: CVS tip compile failure (was Re: Missing array support)