pgsql: Correct stdin/stdout usage in COPY .. PROGRAM - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Correct stdin/stdout usage in COPY .. PROGRAM
Date
Msg-id E1XZ3bR-0004A6-36@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/721a8bb54602624b24d416f8d9b7b8f97701ecbd

Modified Files
--------------
doc/src/sgml/ref/copy.sgml |   14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix pg_dump's --if-exists for large objects
Next
From: Stephen Frost
Date:
Subject: pgsql: Correct stdin/stdout usage in COPY .. PROGRAM