]> granicus.if.org Git - postgresql/commit
Add regression tests for CSV and \., and add automatic quoting of a
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Dec 2005 05:38:27 +0000 (05:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Dec 2005 05:38:27 +0000 (05:38 +0000)
commitc7fc2ccf63f054ac60bde739077fbcfb5f86de69
treedf613216f5e7c76f5b17dee0b851241b35d63139
parent3f99c2d5a737ee5a8e3d8b24d04340f25f5f8bc5
Add regression tests for CSV and \., and add automatic quoting of a
single column dump that has a \. value, so the load works properly.  I
also added documentation describing this issue.

Backpatch to 8.1.X.
doc/src/sgml/ref/copy.sgml
src/backend/commands/copy.c
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql