pgsql: Correct stdin/stdout usage in COPY .. PROGRAM

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Correct stdin/stdout usage in COPY .. PROGRAM
Дата
Msg-id E1XZ3bR-0004A7-3A@gemulon.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9adda98c7738f5a8d4fdaa5a7a5bfb3f11c94899

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Correct stdin/stdout usage in COPY .. PROGRAM
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.