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

From David G. Johnston
Subject Re: documentation fix for SET ROLE
Date
Msg-id CAKFQuwbZv7KzFRvocO1sXC2VWftwZw4yqk-rTy3Yp9986fBqsw@mail.gmail.com
Whole thread Raw
In response to documentation fix for SET ROLE  ("Bossart, Nathan" <bossartn@amazon.com>)
Responses Re: documentation fix for SET ROLE
List pgsql-hackers
On Wednesday, February 17, 2021, Bossart, Nathan <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.

David J.

pgsql-hackers by date:

Previous
From: "Bossart, Nathan"
Date:
Subject: documentation fix for SET ROLE
Next
From: Tomas Vondra
Date:
Subject: Re: POC: postgres_fdw insert batching