Fix the README file for MERGE command

From: "Waithant Myo (Fujitsu)" <myo(dot)waithant(at)fujitsu(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix the README file for MERGE command
Date: 2022-11-16 08:37:12
Message-ID: OSAPR01MB43247E46931E9E9CFC4AA0F29A079@OSAPR01MB4324.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

This is Myo Wai Thant.
I found out that there is a mistake written in executor/README file.

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.

Thank you.
Best Regards,
Myo Wai Thant

Attachment Content-Type Size
fix.patch application/octet-stream 725 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2022-11-16 08:37:20 Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Previous Message shiy.fnst@fujitsu.com 2022-11-16 08:29:24 RE: Fix some newly modified tab-complete changes