summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-04-20 01:52:55 +0000
committerBruce Momjian <bruce@momjian.us>2003-04-20 01:52:55 +0000
commit7773434999b99163e8b620c543233d4a3bd26497 (patch)
treef9f8fe51f24466c7d4a54167abe3f169bf401b76 /doc/src
parentc3b7d2d5224c891b35005330658cab6f994fecb5 (diff)
Make it clear it is the server version that determines if crlf is used. Idea from Joe Conway.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/copy.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 209ae01bd7a..48fa5562934 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.43 2003/04/19 19:55:37 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.44 2003/04/20 01:52:55 momjian Exp $
PostgreSQL documentation
-->
@@ -363,8 +363,9 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
<para>
<command>COPY TO</command> will terminate each row with a Unix-style
newline (<quote><literal>\n</></>), or carriage return/newline
- ("\r\n") on MS Windows. <command>COPY FROM</command> can handle lines
- ending with newlines, carriage returns, or carriage return/newlines.
+ ("\r\n") for servers running MS Windows.
+ <command>COPY FROM</command> can handle lines ending with newlines,
+ carriage returns, or carriage return/newlines.
</para>
</refsect2>