diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-18 18:41:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-18 18:41:15 +0000 |
commit | 1dcf5907c421c772a3b8a47b009f2ef35e3018cb (patch) | |
tree | dd7a5be868301c2ff3f9e8e6de56483b50d8d732 | |
parent | 7f85cac04a4d379b30096c363ab6ebf2727cb883 (diff) | |
download | postgresql-1dcf5907c421c772a3b8a47b009f2ef35e3018cb.tar.gz postgresql-1dcf5907c421c772a3b8a47b009f2ef35e3018cb.zip |
Fix \N mention in manual
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 7 |
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> |