Re: [ADMIN] Showing all groups

2004-05-30 Thread Mike Johnson
you can simply: select * from pg_group; On Thu, 2004-02-12 at 08:09, Eric wrote: > In PostGres, we can show all existing users by "\du". > However, how to show all existing groups? > Thanks > > ---(end of broadcast)--- > TIP 6: Have you searched ou

Re: [ADMIN] Showing all groups

2004-02-12 Thread Fred Moyer
> In PostGres, we can show all existing users by "\du". > However, how to show all existing groups? > Thanks select * from pg_group; ---(end of broadcast)--- TIP 8: explain analyze is your friend

[ADMIN] Showing all groups

2004-02-12 Thread Eric
In PostGres, we can show all existing users by "\du". However, how to show all existing groups? Thanks ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org