Re: documentation fix for SET ROLE

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "Bossart, Nathan" <bossartn(at)amazon(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-17 19:12:47
Message-ID: CAKFQuwbZv7KzFRvocO1sXC2VWftwZw4yqk-rTy3Yp9986fBqsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wednesday, February 17, 2021, Bossart, Nathan <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.

David J.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-02-17 19:36:36 Re: POC: postgres_fdw insert batching
Previous Message Bossart, Nathan 2021-02-17 18:56:24 documentation fix for SET ROLE