pgsql: Add C comment about \copy bug in CSV mode - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add C comment about \copy bug in CSV mode
Date
Msg-id E1Uun2b-0005dQ-Ib@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add C comment about \copy bug in CSV mode
Comment: This code erroneously assumes '\.' on a line alone inside a
quoted CSV string terminates the \copy.
http://www.postgresql.org/message-id/E1TdNVQ-0001ju-GO@wrigleys.postgresql.org

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/361b94c4b98b85b19b850cff37be76d1f6d4f8f7

Modified Files
--------------
src/bin/psql/copy.c |    5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add contrib function references in the doc index
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix typo in comment.