Skip to content

Commit 3b30454

Browse files
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
1 parent aba2dbb commit 3b30454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ MERGE
229229
MERGE is a multiple-table, multiple-action command: It specifies a target
230230
table and a source relation, and can contain multiple WHEN MATCHED and
231231
WHEN NOT MATCHED clauses, each of which specifies one UPDATE, INSERT,
232-
UPDATE, or DO NOTHING actions. The target table is modified by MERGE,
232+
DELETE, or DO NOTHING actions. The target table is modified by MERGE,
233233
and the source relation supplies additional data for the actions. Each action
234234
optionally specifies a qualifying expression that is evaluated for each tuple.
235235

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy