Re: Showing all groups

From: "Fred Moyer" <fred(at)redhotpenguin(dot)com>
To: "Eric" <hehe88hk(at)yahoo(dot)com(dot)hk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Showing all groups
Date: 2004-02-13 00:53:49
Message-ID: 41601.127.0.0.1.1076633629.squirrel@127.0.0.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> In PostGres, we can show all existing users by "\du".
> However, how to show all existing groups?
> Thanks

select * from pg_group;

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2004-02-13 02:09:49 Re: hanging for 30sec when checkpointing
Previous Message Bruno Wolff III 2004-02-13 00:45:20 Re: Foreign Key Question