Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba2dbb commit 3b30454Copy full SHA for 3b30454
src/backend/executor/README
@@ -229,7 +229,7 @@ MERGE
229
MERGE is a multiple-table, multiple-action command: It specifies a target
230
table and a source relation, and can contain multiple WHEN MATCHED and
231
WHEN NOT MATCHED clauses, each of which specifies one UPDATE, INSERT,
232
-UPDATE, or DO NOTHING actions. The target table is modified by MERGE,
+DELETE, or DO NOTHING actions. The target table is modified by MERGE,
233
and the source relation supplies additional data for the actions. Each action
234
optionally specifies a qualifying expression that is evaluated for each tuple.
235
0 commit comments