Re: allowing for control over SET ROLE - Mailing list pgsql-hackers

From Robert Haas
Subject Re: allowing for control over SET ROLE
Date
Msg-id CA+TgmoYZinU1BX-OWSYd+O+budPQkZdfWK9PD3UhBDLsAaAUiw@mail.gmail.com
Whole thread Raw
In response to Re: allowing for control over SET ROLE  (Noah Misch <noah@leadboat.com>)
Responses Re: allowing for control over SET ROLE  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On Sat, Jan 7, 2023 at 12:00 AM Noah Misch <noah@leadboat.com> wrote:
> The docs are silent on the SET / OWNER TO connection.  Hence,

Reviewing the documentation again today, I realized that the
documentation describes the rules for changing the ownership of an
object in a whole bunch of places which this patch failed to update.
Here's a patch to update all of the places I found.

I suspect that these changes will mean that we don't also need to
adjust the discussion of the SET option itself, but let me know what
you think.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [PATCH] pgbench: add multiconnect option
Next
From: Paul Ramsey
Date:
Subject: Re: [PATCH] random_normal function