Fix \N mention in manual
authorBruce Momjian
Tue, 18 Apr 2000 18:41:15 +0000 (18:41 +0000)
committerBruce Momjian
Tue, 18 Apr 2000 18:41:15 +0000 (18:41 +0000)
doc/src/sgml/ref/copy.sgml

index e5e480af8224cf92134edc0989f39ca937cd04d1..bd2398cfeedd4189766b799e488829968aa33194 100644 (file)
@@ -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.