|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.12 1999/12/17 14:52:51 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.13 2000/04/18 18:41:15 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -315,9 +315,8 @@ ERROR: <replaceable>reason</replaceable>
|
315 | 315 | represented as a backslash and a newline. When loading text data
|
316 | 316 | not generated by <acronym>Postgres</acronym>,
|
317 | 317 | you will need to convert backslash
|
318 |
| - characters ("\") to double-backslashes ("\\") to ensure that they are loaded |
319 |
| - properly. (The sequence "\N" will always be interpreted as a backslash and |
320 |
| - an "N", for compatibility. The more general solution is "\\N".) |
| 318 | + characters ("\") to double-backslashes ("\\") to ensure that they |
| 319 | + are loaded properly. |
321 | 320 | </para>
|
322 | 321 | </refsect2>
|
323 | 322 |
|
|