Commit edf344a5 authored by Bruce Momjian's avatar Bruce Momjian

Revert recent COPY manual change about encoding; add mention of "server".

parent dc43e2f5
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.94 2010/02/23 05:17:33 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.95 2010/02/23 21:38:35 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -367,10 +367,10 @@ COPY <replaceable class="parameter">count</replaceable> ...@@ -367,10 +367,10 @@ COPY <replaceable class="parameter">count</replaceable>
</para> </para>
<para> <para>
<command>COPY</command> always processes data according to the Input data is interpreted according to the current client encoding,
current client encoding, even if the data does not pass through and output data is encoded in the the current client encoding, even
the client but is read from or written to a file directly by the if the data does not pass through the client but is read from or
server. written to a file directly by the server.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment