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

Commit7773434

Browse files
committed
Make it clear it is the server version that determines if crlf is used. Idea from Joe Conway.
1 parentc3b7d2d commit7773434

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.43 2003/04/19 19:55:37 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.44 2003/04/20 01:52:55 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -363,8 +363,9 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
363363
<para>
364364
<command>COPY TO</command> will terminate each row with a Unix-style
365365
newline (<quote><literal>\n</></>), or carriage return/newline
366-
("\r\n") on MS Windows. <command>COPY FROM</command> can handle lines
367-
ending with newlines, carriage returns, or carriage return/newlines.
366+
("\r\n") for servers running MS Windows.
367+
<command>COPY FROM</command> can handle lines ending with newlines,
368+
carriage returns, or carriage return/newlines.
368369
</para>
369370
</refsect2>
370371

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp