mirror of
https://github.com/zebrajr/postgres.git
synced 2026-01-15 12:15:21 +00:00
C comment: fix psql "pstdout" duplicate to "pstdin"
Reported-by: Ignat Remizov Author: Ignat Remizov Discussion: https://postgr.es/m/CAKiC8XbbR2_YqmbxmYWuEA+MmWP3c=obV5xS1Hye3ZHS-Ss_DA@mail.gmail.com
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
* \copy ( query stmt ) to filename [options]
|
* \copy ( query stmt ) to filename [options]
|
||||||
*
|
*
|
||||||
* where 'filename' can be one of the following:
|
* where 'filename' can be one of the following:
|
||||||
* '<file path>' | PROGRAM '<command>' | stdin | stdout | pstdout | pstdout
|
* '<file path>' | PROGRAM '<command>' | stdin | stdout | pstdin | pstdout
|
||||||
* and 'query' can be one of the following:
|
* and 'query' can be one of the following:
|
||||||
* SELECT | UPDATE | INSERT | DELETE
|
* SELECT | UPDATE | INSERT | DELETE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user