summaryrefslogtreecommitdiff
path: root/src/man/insert.l
diff options
context:
space:
mode:
authorBruce Momjian1998-06-24 13:21:30 +0000
committerBruce Momjian1998-06-24 13:21:30 +0000
commita8376c1c8419dff0afd639098fa03ba127c7fb32 (patch)
tree0544838f13ab2f2d6b80b74bb27bea0e171a3aca /src/man/insert.l
parentf391dcd0bf29de7d77c052cdc1d87b44afeca259 (diff)
cleanup
Diffstat (limited to 'src/man/insert.l')
-rw-r--r--src/man/insert.l7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/man/insert.l b/src/man/insert.l
index 8d9d1b7471..0bc3ff539d 100644
--- a/src/man/insert.l
+++ b/src/man/insert.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.10 1998/06/23 17:52:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.11 1998/06/24 13:21:27 momjian Exp $
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
insert - insert tuples to a relation
@@ -61,7 +61,7 @@ or
is an integer constant and
.IR array_str
is an array constant (see
-.IR pgintro (1)).
+.IR pgintro(1)).
.PP
If the user does not specify any array bounds (as in the third form)
@@ -77,8 +77,7 @@ contain garbage.
.PP
You must have write or append access to a class in order to append to
it, as well as read access on any class whose values are read in the
-target list or qualification (see
-.IR "change acl" (l)).
+target list or qualification.
.SH EXAMPLES
.nf
--