| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Kelly <quadratini(at)sni(dot)ph> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: pg_group members |
| Date: | 2002-06-28 23:27:39 |
| Message-ID: | 200206282327.g5SNRdT14609@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Kelly wrote:
>
> How do I list all members of a certain pg_group?
> Any help would be greatly appreciated.
Uh, we should have an easy way to do that, but we don't. You have to
take the userid's from pg_group and look them up in pg_user.
We do have a TODO item:
* Allow easy display of usernames in a group
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2002-06-29 04:19:49 | Re: creating functional index over multiple columns |
| Previous Message | Kelly | 2002-06-28 22:31:27 | pg_group members |