|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.13 2000/04/1818:41:15 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.14 2000/04/1823:21:04 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -112,8 +112,8 @@ COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ]
|
112 | 112 | <listitem>
|
113 | 113 | <para>
|
114 | 114 | A string to represent NULL values. The default is
|
115 |
| - <quote><literal>\N</literal></quote> (backslash-N), for historical |
116 |
| - reasons.You might prefer an empty string, for example. |
| 115 | + <quote><literal>\N</literal></quote> (backslash-N). |
| 116 | +You might prefer an empty string, for example. |
117 | 117 | </para>
|
118 | 118 | <note>
|
119 | 119 | <para>
|
|