Re: MERGE ... RETURNING

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Vik Fearing <vik(at)postgresfriends(dot)org>, Gurjeet Singh <gurjeet(at)singh(dot)im>, Isaac Morland <isaac(dot)morland(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: MERGE ... RETURNING
Date: 2023-11-18 12:54:57
Message-ID: CAEZATCWpBT-_1w=qz9REYEDdQkGu+xGWFQFghsd_eYyXGAfuLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 17 Nov 2023 at 04:30, jian he <jian(dot)universality(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

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