Content-Length: 257916 | pFad | http://github.com/postgrespro/postgres/commit/3b304547a9dfef7101889d35a4c5da7866d66c8e

3E doc: Fix wording of MERGE actions in README · postgrespro/postgres@3b30454 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/3b304547a9dfef7101889d35a4c5da7866d66c8e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy