From 1dcf5907c421c772a3b8a47b009f2ef35e3018cb Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Tue, 18 Apr 2000 18:41:15 +0000
Subject: Fix \N mention in manual
---
doc/src/sgml/ref/copy.sgml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'doc/src')
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 @@
@@ -315,9 +315,8 @@ ERROR: reason
represented as a backslash and a newline. When loading text data
not generated by Postgres,
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.
--
cgit v1.2.3