summaryrefslogtreecommitdiff
path: root/src/man
diff options
context:
space:
mode:
authorBruce Momjian1999-02-18 06:01:11 +0000
committerBruce Momjian1999-02-18 06:01:11 +0000
commitb4e7510e09d6e34a0af2dd2f4ec3e7d950bc4109 (patch)
treed1e52a74f9ad9ca0c48e87d68fd216a7559cd020 /src/man
parent65ccd1039a50fd3a4a89d4efd0d726a363ec7876 (diff)
Enable bushy and right-hand queries by default.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/set.l20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/man/set.l b/src/man/set.l
index d47e571ac37..281a7620197 100644
--- a/src/man/set.l
+++ b/src/man/set.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.14 1999/02/14 04:57:02 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.15 1999/02/18 06:01:11 momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
@@ -61,24 +61,6 @@ for more information.
off - do not use the genetic optimizer
.fi
.PP
-.IR R_PLANS
-enables or disables right-hand evaluation of plans. It may be useful
-when joining big relations with small ones. This algorithm is
-.IR off
-by default. It's not used by GEQO anyway.
-
-.if n .ta 5 +15 +40
-.if t .ta 0.5i +1.5i +3.0i
-.in 0
-.nf
-.ce 1
-\fBR_PLANS Values\fR
-
- on - turn right-hand plan evaluation 'on'
- off - do not use right-hand plan evaluation
-.fi
-
-.PP
.IR QUERY_LIMIT
restricts the number of rows returned by a query.
The default is unlimited.