Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedf344a

Browse files
committed
Revert recent COPY manual change about encoding; add mention of "server".
1 parentdc43e2f commitedf344a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.94 2010/02/2305:17:33 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.95 2010/02/2321:38:35 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -367,10 +367,10 @@ COPY <replaceable class="parameter">count</replaceable>
367367
</para>
368368

369369
<para>
370-
<command>COPY</command> always processes data according to the
371-
current client encoding, even ifthedata does not pass through
372-
theclient but is read from or written to a file directly by the
373-
server.
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 the client but is read from or
373+
written to a file directly by theserver.
374374
</para>
375375

376376
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp