Update COPY CSV \. wording for externally created files.
authorBruce Momjian <[email protected]>
Wed, 28 Dec 2005 14:38:43 +0000 (14:38 +0000)
committerBruce Momjian <[email protected]>
Wed, 28 Dec 2005 14:38:43 +0000 (14:38 +0000)
doc/src/sgml/ref/copy.sgml

index f83683004e0c1eb3d7c10f0ecfcc9c913269ba8a..36558ac21fac60c5c4cb3f70761e89e1551100e7 100644 (file)
@@ -517,9 +517,10 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
     as a data value.  To avoid any misinterpretation, a <literal>\.</>
     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 <literal>\.</>, 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 <literal>\.</>, you might need to quote that value in the 
+    input file.
    </para>
 
    <note>