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