> 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
> 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