]> granicus.if.org Git - postgresql/commit
Correct stdin/stdout usage in COPY .. PROGRAM
authorStephen Frost <sfrost@snowman.net>
Tue, 30 Sep 2014 19:55:28 +0000 (15:55 -0400)
committerStephen Frost <sfrost@snowman.net>
Tue, 30 Sep 2014 19:55:28 +0000 (15:55 -0400)
commit8492d86342915cb466eeb2d896d9b49887f59350
tree455725a6aa1279542b6b68dcf334c6c9a06cce63
parentfd02931a6c83bf3beb2d03f65700600787d569a3
Correct stdin/stdout usage in COPY .. PROGRAM

The COPY documentation incorrectly stated, for the PROGRAM case,
that we read from stdin and wrote to stdout.  Fix that, and improve
consistency by referring to the 'PostgreSQL' user instead of the
'postgres' user, as is done in the rest of the COPY documentation.

Pointed out by Peter van Dijk.

Back-patch to 9.3 where COPY .. PROGRAM was introduced.
doc/src/sgml/ref/copy.sgml