]> granicus.if.org Git - postgresql/commit
Add C comment about \copy bug in CSV mode
authorBruce Momjian <bruce@momjian.us>
Thu, 4 Jul 2013 17:09:52 +0000 (13:09 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 4 Jul 2013 17:09:52 +0000 (13:09 -0400)
commit361b94c4b98b85b19b850cff37be76d1f6d4f8f7
tree69d90bcbb42b523a5757408b4e06b20c9f221b8e
parent20a1b9e71b18ba823858597dfd445174451ff5e7
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
src/bin/psql/copy.c