Retriving users from group ?...

Поиск
Список
Период
Сортировка
От Steve Howe
Тема Retriving users from group ?...
Дата
Msg-id 9lc1fl$1016$1@news.tht.net
обсуждение исходный текст
Список pgsql-hackers
Hello all!!!

       I need to retrieve all the users from a group, for my Delphi
Interface for PostgreSQL.       The problem is, I can't accomplish a query that does it, since the
users belonging from a group are all stored in an array field
(pg_group.groulist).       Does anyone have a solution for this ? Using contrib array functions
is certainly not a good idea, because it would require ALL users of the
interface to compile and install it.       I still don't understand anyway why there is not a regular catalog
relating users and groups, like:
           CREATE TABLE pg_groupusers(grosysid integer, usesysid integer);
       That makes much more sense for me, unless at least the contrib array
functions get implemented as builtins, so that we can test user groupship.       Can that be added to the TODO least
?...

Best Regards,
Steve Howe




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: int8 sequences --- small implementation problem
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: int8 sequences --- small implementation problem