Skip to content
Snippets Groups Projects
Commit bb72dc21 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update COPY manual page for \N.

parent b1d25149
No related branches found
No related tags found
No related merge requests found
<!--
$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 $
Postgres documentation
-->
......@@ -112,8 +112,8 @@ COPY [ BINARY ] <replaceable class="parameter">table</replaceable> [ WITH OIDS ]
<listitem>
<para>
A string to represent NULL values. The default is
<quote><literal>\N</literal></quote> (backslash-N), for historical
reasons. You might prefer an empty string, for example.
<quote><literal>\N</literal></quote> (backslash-N).
You might prefer an empty string, for example.
</para>
<note>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment