Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1eaa48e

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 e49e191 commit 1eaa48e

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)