Re: User/Groups
От | Peter Eisentraut |
---|---|
Тема | Re: User/Groups |
Дата | |
Msg-id | Pine.GSO.4.02A.10004041224190.6042-100000@Utter.DoCS.UU.SE обсуждение исходный текст |
Ответ на | User/Groups (Michael Fork <mfork@toledolink.com>) |
Список | pgsql-sql |
Somewhere in contrib/ there is some array walking code which is what you want. I'm not thoroughly familiar with it, though. On Mon, 3 Apr 2000, Michael Fork wrote: > I am trying to populate a select box on a form with all users in the group > with the sysid of 1 using the following query: > > SELECT usename FROM pg_user, pg_group WHERE pg_user.usesysid IN > pg_group.grolist AND pg_group.grosysid = 1; > > however, everytime I run it I recieve the following error: > > ERROR: parser: parse error at or near "pg_group" > > which leads me to belive that the IN operator is not correct, is there > another one that I should be using? Thanks in advance. -- Peter Eisentraut Sernanders väg 10:115 peter_e@gmx.net 75262 Uppsala http://yi.org/peter-e/ Sweden
В списке pgsql-sql по дате отправления: