Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b30454

Browse files
doc: Fix wording of MERGE actions in README
UPDATE was listed twice and DELETE was omitted, replace one UPDATEwith 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.comBackpatch-through: 15
1 parentaba2dbb commit3b30454

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)

[8]ページ先頭

©2009-2025 Movatter.jp