From: Bruce Momjian Date: Wed, 28 Dec 2005 14:38:32 +0000 (+0000) Subject: Update COPY CSV \. wording for externally created files. X-Git-Tag: REL8_2_BETA1~1694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c72df4e863115ea2dfb9544dc7ee1c5747a70a7;p=postgresql Update COPY CSV \. wording for externally created files. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index becaecf5b8..bf6b1f1c3f 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -517,9 +517,10 @@ COPY tablename [ ( \. data value appearing as a lone entry on a line is automatically quoted on output, and on input, if quoted, is not interpreted as the - end-of-data marker. If you are loading a single-column table that - might have a column value of \., you might need to quote - that value in the input file. + end-of-data marker. If you are loading a file created by another + application that has a single unquoted column and might have a + value of \., you might need to quote that value in the + input file.