Re: allow specifying direct role membership in pg_hba.conf - Mailing list pgsql-hackers

From Tom Lane
Subject Re: allow specifying direct role membership in pg_hba.conf
Date
Msg-id 1885152.1621005800@sss.pgh.pa.us
Whole thread Raw
In response to Re: allow specifying direct role membership in pg_hba.conf  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: allow specifying direct role membership in pg_hba.conf
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 5/13/21 7:38 PM, Bossart, Nathan wrote:
>> I've attached a small patch that allows specifying only direct members
>> of a group in pg_hba.conf.

> Do we really want to be creating two classes of role membership?

Yeah, this seems to be going against the clear meaning of the
SQL spec.  I realize you can argue that pg_hba.conf doesn't have
to follow the spec, but it doesn't seem like a terribly good idea
to interpret role membership differently in different places.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: alter subscription drop publication fixes
Next
From: Tom Lane
Date:
Subject: Re: alter subscription drop publication fixes