Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
2c7e2851
Commit
2c7e2851
authored
28 years ago
by
Vadim B. Mikheev
Browse files
Options
Downloads
Patches
Plain Diff
Cleanups.
parent
3fd9a620
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/man/set.l
+8
-6
8 additions, 6 deletions
src/man/set.l
with
8 additions
and
6 deletions
src/man/set.l
+
8
−
6
View file @
2c7e2851
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
3
1997/06/0
2 14:12:40 momjian
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.
4
1997/06/0
3 04:14:31 vadim
Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
set \(em set run-time parameters for session
set \(em set run-time parameters for session
...
@@ -61,18 +61,20 @@ See the GEQO README for more information.
...
@@ -61,18 +61,20 @@ See the GEQO README for more information.
on=10 - use for statements with 10 or more tables
on=10 - use for statements with 10 or more tables
off - do not use the genetic optimizer
off - do not use the genetic optimizer
.fi
.fi
The default is on.
.PP
.PP
.IR R_PLANS
.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
.IR off
by default.
by default.
It's not used by GEQO anyway.
.if n .ta 5 +15 +40
.if n .ta 5 +15 +40
.if t .ta 0.5i +1.5i +3.0i
.if t .ta 0.5i +1.5i +3.0i
.in 0
.in 0
.nf
.nf
R_PLANS
.ce 1
\fBR_PLANS Values\fR
on - turn right-hand plan evaluation 'on'
on - turn right-hand plan evaluation 'on'
off - do not use right-hand plan evaluation
off - do not use right-hand plan evaluation
.fi
.fi
...
@@ -96,7 +98,7 @@ set DateStyle to 'SQL,European'
...
@@ -96,7 +98,7 @@ set DateStyle to 'SQL,European'
--
--
--Use GEQO for statements with 4 or more tables
--Use GEQO for statements with 4 or more tables
--
--
set GEQO to on=4
set GEQO to
'
on=4
'
--
--
--Turn off the genetic optimizer
--Turn off the genetic optimizer
--
--
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment