Skip to content

Commit e7ccb24

Browse files
Fix outdated comment of COPY in gram.y.
Author: ChangAo Chen <cca5507@qq.com> Discussion: https://postgr.es/m/tencent_392C0E92EC52432D0A336B9D52E66426F009@qq.com
1 parent 645cb44 commit e7ccb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/parser/gram.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3408,7 +3408,7 @@ ClosePortalStmt:
34083408
* COPY ( query ) TO file [WITH] [(options)]
34093409
*
34103410
* where 'query' can be one of:
3411-
* { SELECT | UPDATE | INSERT | DELETE }
3411+
* { SELECT | UPDATE | INSERT | DELETE | MERGE }
34123412
*
34133413
* and 'file' can be one of:
34143414
* { PROGRAM 'command' | STDIN | STDOUT | 'filename' }

0 commit comments

Comments
 (0)