aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/copy.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index e5e480af822..bd2398cfeed 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.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
-->
@@ -315,9 +315,8 @@ ERROR: <replaceable>reason</replaceable>
represented as a backslash and a newline. When loading text data
not generated by <acronym>Postgres</acronym>,
you will need to convert backslash
- characters ("\") to double-backslashes ("\\") to ensure that they are loaded
- properly. (The sequence "\N" will always be interpreted as a backslash and
- an "N", for compatibility. The more general solution is "\\N".)
+ characters ("\") to double-backslashes ("\\") to ensure that they
+ are loaded properly.
</para>
</refsect2>