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
be7976d5
Commit
be7976d5
authored
21 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in the documentation for geqo_effort.
parent
fe9c4420
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/runtime.sgml
+6
-5
6 additions, 5 deletions
doc/src/sgml/runtime.sgml
with
6 additions
and
5 deletions
doc/src/sgml/runtime.sgml
+
6
−
5
View file @
be7976d5
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.24
8
2004/03/
09 23:15:47
neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.24
9
2004/03/
12 00:56:00
neilc Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1530,10 +1530,11 @@ SET ENABLE_SEQSCAN TO OFF;
<listitem>
<para>
Controls the tradeoff between planning time and query plan
efficiency in GEQO. Valid values for this variable range
from 1 to 10; the default is 5. Larger values increasee the
time spent doing query planning, but increase the likelyhood
that an efficient query plan will be chosen.
efficiency in GEQO. This variable must be an integer in the
range from 1 to 10. The default value is 5. Larger values
increase the time spent doing query planning, but also
increase the likelyhood that an efficient query plan will be
chosen.
</para>
<para>
...
...
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