Re: MERGE ... RETURNING - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: MERGE ... RETURNING
Date
Msg-id CAEZATCWpBT-_1w=qz9REYEDdQkGu+xGWFQFghsd_eYyXGAfuLg@mail.gmail.com
Whole thread Raw
In response to Re: MERGE ... RETURNING  (jian he <jian.universality@gmail.com>)
Responses Re: MERGE ... RETURNING
List pgsql-hackers
On Fri, 17 Nov 2023 at 04:30, jian he <jian.universality@gmail.com> wrote:
>
> I think it should be:
> +   You will require the <literal>SELECT</literal> privilege on any column(s)
> +   of the <replaceable class="parameter">data_source</replaceable> and
> +   <replaceable class="parameter">target_table_name</replaceable> referred to
> +   in any <literal>condition</literal> or <literal>expression</literal>.
>

Ah, of course. As always, I'm blind to grammatical errors in my own
text, no matter how many times I read it. Thanks for checking!

Pushed.

The v13 patch still applies on top of this, so I won't re-post it.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: add log messages when replication slots become active and inactive (was Re: Is it worth adding ReplicationSlot active_pid to ReplicationSlotPersistentData?)
Next
From: Pavel Stehule
Date:
Subject: Re: Schema variables - new implementation for Postgres 15