Add regression tests for CSV and \., and add automatic quoting of a

Bruce Momjian <bruce@momjian.us>

Commit: 87289ff35ca372f8c88d26cc9bffa942dd8d34a8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-12-28T03:25:32Z
Releases: 8.2.0
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.

Files

PathChange+/−
doc/src/sgml/ref/copy.sgml modified +22 −11
src/backend/commands/copy.c modified +26 −14
src/test/regress/expected/copy2.out modified +3 −0
src/test/regress/sql/copy2.sql modified +10 −0