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