pgsql: doc: Fix wording of MERGE actions in README

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix wording of MERGE actions in README
Date: 2022-11-17 09:09:28
Message-ID: E1ovatj-000ZsY-KP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)waithant(at)fujitsu(dot)com>
Reviewed-by: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://postgr.es/m/OSAPR01MB43247E46931E9E9CFC4AA0F29A079@OSAPR01MB4324.jpnprd01.prod.outlook.com
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1eaa48e998e20766d70ed80cf538f3871d1c562c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-17 11:19:37 pgsql: Allow initdb to complete on systems without "locale" command
Previous Message Daniel Gustafsson 2022-11-17 09:09:03 pgsql: doc: Fix wording of MERGE actions in README