pgsql: doc: Fix wording of MERGE actions in README - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix wording of MERGE actions in README
Date
Msg-id E1ovatK-000Zrt-VW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix wording of MERGE actions in README

UPDATE was listed twice and DELETE was omitted, replace one UPDATE
with DELETE instead.

Backpatch through v15 where MERGE was added.

Author: Myo Wai Thant <myo.waithant@fujitsu.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/OSAPR01MB43247E46931E9E9CFC4AA0F29A079@OSAPR01MB4324.jpnprd01.prod.outlook.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b304547a9dfef7101889d35a4c5da7866d66c8e

Modified Files
--------------
src/backend/executor/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typos in comments
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix wording of MERGE actions in README