summaryrefslogtreecommitdiff
path: root/src/man/select.l
diff options
context:
space:
mode:
authorBruce Momjian1999-03-19 02:41:41 +0000
committerBruce Momjian1999-03-19 02:41:41 +0000
commit0d01fd4e19aec4200ce257f0cc9e1bbce7373dae (patch)
treedc18f60e83b32e3dde244eb131d8d6fa43a739ae /src/man/select.l
parent58cc2b6ead36765afc5195061c58e7d175ac94e7 (diff)
Add EXCEPT/INTERSECT doc changes.
Diffstat (limited to 'src/man/select.l')
-rw-r--r--src/man/select.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/select.l b/src/man/select.l
index 5853212a3f1..9de52c47498 100644
--- a/src/man/select.l
+++ b/src/man/select.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.11 1999/02/02 03:45:32 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/select.l,v 1.12 1999/03/19 02:41:41 momjian Exp $
.TH SELECT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
select - retrieve instances from a class
@@ -15,7 +15,7 @@ select - retrieve instances from a class
[\fBgroup by\fR attr_name1 {, attr_name-i....}]
[\fBhaving\fR having-clause]
[\fBorder by\fR attr_name1 [\fBasc\fR | \fBdesc\fR] [\fBusing op1\fR] {, attr_namei...}]
-[\fBunion {all} select\fR ...]
+[ { \fBunion {all}\fR | \fBintersect\fR | \fBexcept\fR } \fBselect\fR ...]
.fi
.SH DESCRIPTION