Skip to content
Snippets Groups Projects
Commit 77734349 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Make it clear it is the server version that determines if crlf is used. Idea from Joe Conway.

parent c3b7d2d5
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -363,8 +363,9 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class=" ...@@ -363,8 +363,9 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
<para> <para>
<command>COPY TO</command> will terminate each row with a Unix-style <command>COPY TO</command> will terminate each row with a Unix-style
newline (<quote><literal>\n</></>), or carriage return/newline newline (<quote><literal>\n</></>), or carriage return/newline
("\r\n") on MS Windows. <command>COPY FROM</command> can handle lines ("\r\n") for servers running MS Windows.
ending with newlines, carriage returns, or carriage return/newlines. <command>COPY FROM</command> can handle lines ending with newlines,
carriage returns, or carriage return/newlines.
</para> </para>
</refsect2> </refsect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment