pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ... - Mailing list pgsql-committers

From [email protected]
Subject pgsql/ oc/src/sgml/ref/copy.sgml rc/backend/co ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    02/02/12 16:25:42

Modified files:
    doc/src/sgml/ref: copy.sgml
    src/backend/commands: copy.c

Log message:
    Modify COPY TO to emit carriage returns and newlines as backslash escapes
    (backslash-r, backslash-n) for protection against newline-conversion
    munging.  In future we will also tweak COPY FROM, but this part of the
    change should be backwards-compatible.  Per pghackers discussion.
    Also, update COPY reference page to describe the backslash conversions
    more completely and accurately.


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/doc FAQ src/FAQ/FAQ.html
Next
From: [email protected]
Date:
Subject: pgsql/doc TODO