From: Bruce Momjian Date: Tue, 18 Apr 2000 18:41:15 +0000 (+0000) Subject: Fix \N mention in manual X-Git-Tag: REL7_0~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dcf5907c421c772a3b8a47b009f2ef35e3018cb;p=postgresql Fix \N mention in manual --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index e5e480af82..bd2398cfee 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.