summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/parser/gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y
index a4b29c822e8..a65097f19cf 100644
--- a/src/backend/parser/gram.y
+++ b/src/backend/parser/gram.y
@@ -3408,7 +3408,7 @@ ClosePortalStmt:
* COPY ( query ) TO file [WITH] [(options)]
*
* where 'query' can be one of:
- * { SELECT | UPDATE | INSERT | DELETE }
+ * { SELECT | UPDATE | INSERT | DELETE | MERGE }
*
* and 'file' can be one of:
* { PROGRAM 'command' | STDIN | STDOUT | 'filename' }