Update COPY CSV \. wording for externally created files.
authorBruce Momjian
Wed, 28 Dec 2005 14:38:32 +0000 (14:38 +0000)
committerBruce Momjian
Wed, 28 Dec 2005 14:38:32 +0000 (14:38 +0000)
doc/src/sgml/ref/copy.sgml

index becaecf5b82a2c7a05de9fa1a3dd03acd2811b7b..bf6b1f1c3fc3ac9c7c3e8f51324b0bfa46cba293 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -517,9 +517,10 @@ COPY tablename [ ( 
     as a data value.  To avoid any misinterpretation, a \.
     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.