Make it clear it is the server version that determines if crlf is used. Idea from...
authorBruce Momjian
Sun, 20 Apr 2003 01:52:55 +0000 (01:52 +0000)
committerBruce Momjian
Sun, 20 Apr 2003 01:52:55 +0000 (01:52 +0000)
doc/src/sgml/ref/copy.sgml

index 209ae01bd7a8f700aa88a9fa18fc272b16d88670..48fa55629347f4586ca85fb9a157591997885d91 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -363,8 +363,9 @@ COPY table [ ( 
    
     COPY TO will terminate each row with a Unix-style 
     newline (\n),  or carriage return/newline 
-    ("\r\n") on  MS Windows.  COPY FROM can handle lines 
-    ending with newlines, carriage returns, or carriage return/newlines.
+    ("\r\n") for servers running MS Windows.
+    COPY FROM can handle lines ending with newlines,
+    carriage returns, or carriage return/newlines.