diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-23 21:38:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-23 21:38:35 +0000 |
commit | edf344a5e3bde87d8d58ca239842e0301039a9b9 (patch) | |
tree | e82ce8947b9331f46112d1f1e518003ff994b257 /doc/src | |
parent | dc43e2f54064504426f7f8d9219608476bd27415 (diff) | |
download | postgresql-edf344a5e3bde87d8d58ca239842e0301039a9b9.tar.gz postgresql-edf344a5e3bde87d8d58ca239842e0301039a9b9.zip |
Revert recent COPY manual change about encoding; add mention of "server".
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index a8e70a581de..d630e6a2fa6 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ <!-- -$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 --> @@ -367,10 +367,10 @@ COPY <replaceable class="parameter">count</replaceable> </para> <para> - <command>COPY</command> 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. </para> <para> |