]> granicus.if.org Git - postgresql/commitdiff
nonulls is not supported in gram.y, so why advertise it.
authorMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:08:09 +0000 (20:08 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:08:09 +0000 (20:08 +0000)
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>

doc/man/copy.l

index f2d00b64b7b29b00c825fe097fd2fcc5efa7783e..ffefdc41a141608ca15b2edad3a3b5579d5e314c 100644 (file)
@@ -1,12 +1,12 @@
 .\" This is -*-nroff-*-
 .\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.1.1.1 1996/08/18 22:14:21 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/doc/man/Attic/copy.l,v 1.2 1996/09/19 20:08:09 scrappy Exp $
 .TH COPY SQL 11/05/95 Postgres95 Postgres95
 .SH NAME
 copy \(em copy data to or from a class from or to a Unix file.
 .SH SYNOPSIS
 .nf
-\fBcopy\fP [\fBbinary\fP] [\fBnonulls\fP] classname 
+\fBcopy\fP [\fBbinary\fP] classname 
        \fBto\fP|\fBfrom\fP "filename"|\fBstdin\fR|\fBstdout\fR
        [\fBUSING DELIMITERS\fP delim]
 .fi