Re: Help with a query - Mailing list pgsql-general

From Bas Scheffers
Subject Re: Help with a query
Date
Msg-id 4016.217.205.40.94.1077877946.squirrel@io.scheffers.net
Whole thread Raw
In response to Help with a query  (Alexander Cohen <alex@toomuchspace.com>)
List pgsql-general
If the user/groups you are talking about are postgres users and groups,
this is it:

select * from pg_catalog.pg_group where (select usesysid from
pg_catalog.pg_user where usename = 'user') = any(grolist)

The place to find this kind of thing is the Postgres Internals section
(system catalogs) that desribes the system tables. "any" is an array
function which is needed as the users that belong to a group are an array
of INT user ids.

Hope that helps,
Bas.

pgsql-general by date:

Previous
From: Karel Zak
Date:
Subject: Re: [HACKERS] ORDER BY different locales
Next
From: "Simon Windsor"
Date:
Subject: Case of strings