We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d2514 commit bb72dc2Copy full SHA for bb72dc2
doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.13 2000/04/18 18:41:15 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.14 2000/04/18 23:21:04 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -112,8 +112,8 @@ COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ]
112
<listitem>
113
<para>
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.
+ <quote><literal>\N</literal></quote> (backslash-N).
+ You might prefer an empty string, for example.
117
</para>
118
<note>
119
0 commit comments