Re: Users and groups

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Raj Mathur <raju(at)linux-delhi(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Users and groups
Date: 2003-02-14 04:16:54
Message-ID: 3938.1045196214@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Raj Mathur <raju(at)linux-delhi(dot)org> writes:
> ... However, the complementary process, determining
> all the users in group administrators, isn't so clean.

Doesn't
select grolist from pg_group where groname = 'administrators'
do it for you? I suppose you might want the thing to map sysids
back to usernames ...

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Thierry Missimilly 2003-02-14 07:40:08 How to get Postgres in ODBC
Previous Message Raj Mathur 2003-02-14 03:51:14 Users and groups