]> 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 03:25:32 +0000 (03:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Dec 2005 03:25:32 +0000 (03:25 +0000)
commit87289ff35ca372f8c88d26cc9bffa942dd8d34a8
tree24b7ff16c544959dc255dbe3aa5ccdce23da6824
parent1b184c990f6aa50679ebccbf16d5bba4d7374ec6
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.
doc/src/sgml/ref/copy.sgml
src/backend/commands/copy.c
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql