pg_group view

Поиск
Список
Период
Сортировка
От Rob Abernethy IV
Тема pg_group view
Дата
Msg-id 20021230153246.M60737@dynedge.com
обсуждение исходный текст
Ответы Re: pg_group view
Список pgsql-admin
Does anyone have a good recipe for a view that will display users/gruops in a
way that can be used with Tomcat's JDBCRelam configuration?  In other words,
instead of seeing a *list* of users in a group (grolist), I'd like to see a
separate row for every group/user combination.

group | user
-------------
1     | 1
1     | 2
2     | 1

Instead of:

groname | grolist
------------------
1       | {1:2}
2       | {1}

--
Robert Abernethy IV
Dynamic Edge, Inc.
734.975.0460

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

Предыдущее
От: "Ing. Gabriel Monsalvo"
Дата:
Сообщение: Get client's IP
Следующее
От: Joe Conway
Дата:
Сообщение: Re: pg_group view