Re: SET ROLE documentation improvement - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: SET ROLE documentation improvement
Date
Msg-id 20240411140332.GA1882158@nathanxps13
Whole thread Raw
In response to Re: SET ROLE documentation improvement  (Michael Paquier <michael@paquier.xyz>)
Responses Re: SET ROLE documentation improvement
List pgsql-hackers
On Thu, Apr 11, 2024 at 10:33:15AM +0900, Michael Paquier wrote:
> On Tue, Apr 09, 2024 at 09:21:39AM +0300, Andrey M. Borodin wrote:
>> Can I ask you please to help me with determining status of CF item
>> [0]. Is it committed or there's something to move to next CF?
> 
> Only half of the patch has been applied as of 3330a8d1b792.  Yurii and
> Nathan, could you follow up with the rest?  Moving the patch to the
> next CF makes sense, and the last thread update is rather recent.

AFAICT there are two things remaining:

* Remove the "they lose their superuser privileges" note.
* Note that SET ROLE and SET SESSION AUTHORIZATION are exceptions.

While I think these are good changes, I don't sense any urgency here, so
I'm treating this as v18 material at this point.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Fix possible dereference null pointer (src/backend/replication/logical/reorderbuffer.c)
Next
From: Nathan Bossart
Date:
Subject: Re: Allow non-superuser to cancel superuser tasks.