pgsql: Add C comment about \copy bug in CSV mode

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment about \copy bug in CSV mode
Date: 2013-07-04 17:09:57
Message-ID: E1Uun2b-0005dQ-Ib@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2013-07-04 17:47:58 pgsql: Fix typo in comment.
Previous Message Bruce Momjian 2013-07-04 15:33:49 pgsql: Add contrib function references in the doc index