Re: Fix the README file for MERGE command

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: "Waithant Myo (Fujitsu)" <myo(dot)waithant(at)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix the README file for MERGE command
Date: 2022-11-17 01:31:01
Message-ID: CAMbWs493haNnZW_TTxL04ruCwh05KuZ=1Tb+G-dOGib1W=wZ9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 16, 2022 at 4:37 PM Waithant Myo (Fujitsu) <
myo(dot)waithant(at)fujitsu(dot)com> wrote:

> The actions of MERGE command can be specified as follows: INSERT, UPDATE,
> DELETE and DO NOTHING.
>
> However, in the README file, the ‘UPDATE’ word is described 2 times
> instead of ‘DELETE’.
>
>
>
> Therefore, I attached the patch file which fix this word usage.
>
> It would be great if you could take a look at it.
>

Apparently this is a typo. Good catch! +1.

Thanks
Richard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2022-11-17 01:41:14 Re: logical decoding and replication of sequences, take 2
Previous Message Thomas Munro 2022-11-17 00:53:17 Re: when the startup process doesn't (logging startup delays)