Re: documentation fix for SET ROLE

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: Joe Conway <mail(at)joeconway(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: documentation fix for SET ROLE
Date: 2021-02-19 01:18:30
Message-ID: 889158E9-6ADC-43B0-878A-FD406784FFBC@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/17/21 2:12 PM, David G. Johnston wrote:
> On Wednesday, February 17, 2021, Bossart, Nathan <bossartn(at)amazon(dot)com
> <mailto:bossartn(at)amazon(dot)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 Content-Type Size
v2-0001-Small-documentation-fix-for-SET-ROLE.patch application/octet-stream 3.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Nancarrow 2021-02-19 01:25:56 Re: Parallel INSERT (INTO ... SELECT ...)
Previous Message John Naylor 2021-02-19 00:43:04 Re: [POC] verifying UTF-8 using SIMD instructions