aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-09-19 20:08:09 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-09-19 20:08:09 +0000
commitab76bbf8fd43780485f634883be302bae3711831 (patch)
tree8f9eed64f7e3c675292c1d3495451c36be2d8010 /doc/man
parent2545844a10ca7d3ae500fba719a6f0c5e844e479 (diff)
downloadpostgresql-ab76bbf8fd43780485f634883be302bae3711831.tar.gz
postgresql-ab76bbf8fd43780485f634883be302bae3711831.zip
nonulls is not supported in gram.y, so why advertise it.
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/copy.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/copy.l b/doc/man/copy.l
index f2d00b64b7b..ffefdc41a14 100644
--- a/doc/man/copy.l
+++ b/doc/man/copy.l
@@ -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