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:
Bruce Momjian
2025-12-23 20:35:51 -05:00
parent 55c46bbf3a
commit 2214a207ee

View File

@@ -33,7 +33,7 @@
* \copy ( query stmt ) to filename [options]
*
* 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:
* SELECT | UPDATE | INSERT | DELETE
*