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

Fix \N mention in manual

parent 7f85cac0
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.12 1999/12/17 14:52:51 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.13 2000/04/18 18:41:15 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -315,9 +315,8 @@ ERROR: <replaceable>reason</replaceable> ...@@ -315,9 +315,8 @@ ERROR: <replaceable>reason</replaceable>
represented as a backslash and a newline. When loading text data represented as a backslash and a newline. When loading text data
not generated by <acronym>Postgres</acronym>, not generated by <acronym>Postgres</acronym>,
you will need to convert backslash you will need to convert backslash
characters ("\") to double-backslashes ("\\") to ensure that they are loaded characters ("\") to double-backslashes ("\\") to ensure that they
properly. (The sequence "\N" will always be interpreted as a backslash and are loaded properly.
an "N", for compatibility. The more general solution is "\\N".)
</para> </para>
</refsect2> </refsect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment