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.