Re: documentation fix for SET ROLE - Mailing list pgsql-hackers

From Bossart, Nathan
Subject Re: documentation fix for SET ROLE
Date
Msg-id 889158E9-6ADC-43B0-878A-FD406784FFBC@amazon.com
Whole thread Raw
In response to Re: documentation fix for SET ROLE  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On 2/17/21 2:12 PM, David G. Johnston wrote:
> On Wednesday, February 17, 2021, Bossart, Nathan <bossartn@amazon.com
> <mailto:bossartn@amazon.com>> wrote:
>
>
>         postgres=# ALTER ROLE test1 SET ROLE test2;
>         ALTER ROLE
>
>
> I would not have expected this to work - “role” isn’t a
> configuration_parameter.  Its actually cool that it does, but this doc fix
> should address this oversight as well.

Here's a patch that adds "role" and "session authorization" as
configuration parameters, too.

Nathan


Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: [POC] verifying UTF-8 using SIMD instructions
Next
From: Greg Nancarrow
Date:
Subject: Re: Parallel INSERT (INTO ... SELECT ...)