From: Bruce Momjian Date: Tue, 23 Feb 2010 21:38:35 +0000 (+0000) Subject: Revert recent COPY manual change about encoding; add mention of "server". X-Git-Tag: REL9_0_ALPHA5~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edf344a5e3bde87d8d58ca239842e0301039a9b9;p=postgresql Revert recent COPY manual change about encoding; add mention of "server". --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index a8e70a581d..d630e6a2fa 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -367,10 +367,10 @@ COPY count - 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. + 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 directly by the server.