Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2c7e2851
Commit
2c7e2851
authored
Jun 03, 1997
by
Vadim B. Mikheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanups.
parent
3fd9a620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
src/man/set.l
src/man/set.l
+8
-6
No files found.
src/man/set.l
View file @
2c7e2851
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
3 1997/06/02 14:12:40 momjian
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
4 1997/06/03 04:14:31 vadim
Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set \(em set run-time parameters for session
...
...
@@ -61,18 +61,20 @@ See the GEQO README for more information.
on=10 - use for statements with 10 or more tables
off - do not use the genetic optimizer
.fi
The default is on.
.PP
.IR R_PLANS
enables or disables right-hand evaluation of plans. This algorithm is
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.
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
R_PLANS
.ce 1
\fBR_PLANS Values\fR
on - turn right-hand plan evaluation 'on'
off - do not use right-hand plan evaluation
.fi
...
...
@@ -96,7 +98,7 @@ set DateStyle to 'SQL,European'
--
--Use GEQO for statements with 4 or more tables
--
set GEQO to
on=4
set GEQO to
'on=4'
--
--Turn off the genetic optimizer
--
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment