RE: Fix the README file for MERGE command
Waithant Myo (Fujitsu) <myo.waithant@fujitsu.com>
From: "Waithant Myo (Fujitsu)" <myo.waithant@fujitsu.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-17T05:16:47Z
Lists: pgsql-hackers
Hi Richard, Thank you for your time. Best Regards, Myo Wai Thant From: Richard Guo <guofenglinux@gmail.com> Sent: Thursday, November 17, 2022 10:31 AM To: Myo, Waithant/Myo W. <myo.waithant@fujitsu.com> Cc: pgsql-hackers@lists.postgresql.org Subject: Re: Fix the README file for MERGE command On Wed, Nov 16, 2022 at 4:37 PM Waithant Myo (Fujitsu) <myo.waithant@fujitsu.com<mailto:myo.waithant@fujitsu.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
Commits
-
doc: Fix wording of MERGE actions in README
- 3b304547a9df 16.0 landed
- 1eaa48e998e2 15.2 landed