Make documentation more direct about the handling of COPY files based on
authorBruce Momjian
Tue, 23 Feb 2010 05:17:33 +0000 (05:17 +0000)
committerBruce Momjian
Tue, 23 Feb 2010 05:17:33 +0000 (05:17 +0000)
the client encoding.

doc/src/sgml/ref/copy.sgml

index ae6e250e46e36b6ae492249c86d69b240248411b..a8e70a581de18dcec2b52c7df3cf512457818b2f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -367,10 +367,10 @@ COPY count
    
 
    
-    Input data is interpreted according to the current client encoding,
-    and output data is encoded in the the current client encoding, even
-    if the data does not pass through the client but is read from or
-    written to a file.
+    COPY always processes data according to the
+    current client encoding, even if the data does not pass through
+    the client but is read from or written to a file directly by the
+    server.