From: Bruce Momjian Date: Tue, 18 Apr 2000 23:21:04 +0000 (+0000) Subject: Update COPY manual page for \N. X-Git-Tag: REL7_0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb72dc21f0f6cdf943a940c1966cfe768bbb6559;p=postgresql Update COPY manual page for \N. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index bd2398cfee..d8c48f6229 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -112,8 +112,8 @@ COPY [ BINARY ] table [ WITH OIDS ] A string to represent NULL values. The default is - \N (backslash-N), for historical - reasons. You might prefer an empty string, for example. + \N (backslash-N). + You might prefer an empty string, for example.