1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Make documentation more direct about the handling of COPY files based on

the client encoding.
This commit is contained in:
Bruce Momjian 2010-02-23 05:17:33 +00:00
parent 1379fb052f
commit 1180b64075

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.93 2010/02/17 04:19:39 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.94 2010/02/23 05:17:33 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -367,10 +367,10 @@ COPY <replaceable class="parameter">count</replaceable>
</para> </para>
<para> <para>
Input data is interpreted according to the current client encoding, <command>COPY</command> always processes data according to the
and output data is encoded in the the current client encoding, even current client encoding, even if the data does not pass through
if the data does not pass through the client but is read from or the client but is read from or written to a file directly by the
written to a file. server.
</para> </para>
<para> <para>