Re: Group and Role Disagreement - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Group and Role Disagreement
Date
Msg-id FDFFA318-7F94-4835-B0B2-971E646D2A79@kineticode.com
Whole thread Raw
In response to Re: Group and Role Disagreement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Dec 31, 2009, at 3:41 PM, Tom Lane wrote:

>> My question is: why is the group membership of the foo_bar, foo_baz,
>> and foo_yow roles not reflected in pg_group?
> 
> Per the fine manual:
> 
> The view pg_group exists for backwards compatibility: it emulates a
> catalog that existed in PostgreSQL before version 8.1. It shows the
> names and members of all roles that are marked as not rolcanlogin, which
> is an approximation to the set of roles that are being used as groups.

Ah, hadn't noticed that, thanks for the pointer to TFM.

Best,

David


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Group and Role Disagreement
Next
From: "Kevin Grittner"
Date:
Subject: Re: Serializable Isolation without blocking