mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Fix outdated comment of COPY in gram.y.
Author: ChangAo Chen <cca5507@qq.com> Discussion: https://postgr.es/m/tencent_392C0E92EC52432D0A336B9D52E66426F009@qq.com
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user