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
fd685538
Commit
fd685538
authored
19 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Editorial review for partitioning/constraint exclusion documentation.
parent
58d6316d
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/config.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/config.sgml
doc/src/sgml/ddl.sgml
+1392
-1366
1392 additions, 1366 deletions
doc/src/sgml/ddl.sgml
with
1396 additions
and
1370 deletions
doc/src/sgml/config.sgml
+
4
−
4
View file @
fd685538
<!--
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
5
2005/11/04 23:
1
3:
59 petere
Exp $
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
6
2005/11/04 23:
5
3:
18 tgl
Exp $
-->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -1970,13 +1970,13 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
<listitem>
<para>
Enables or disables the query planner's use of table constraints to
limit table acces
s. The default is <literal>off</>.
optimize querie
s. The default is <literal>off</>.
</para>
<para>
When this parameter is <literal>on</>, the planner compares
query conditions with table <literal>CHECK</> constraints, and
omits scanning tables
where
the conditions contradict the
omits scanning tables
for which
the conditions contradict the
constraints. (Presently this is done only for child tables of
inheritance scans.) For example:
...
...
@@ -2010,7 +2010,7 @@ SELECT * FROM parent WHERE key = 2400;
</para>
<para>
Refer to <xref linkend="
ce
-partitioning"> for more information
Refer to <xref linkend="
ddl
-partitioning"> for more information
on using constraint exclusion and partitioning.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ddl.sgml
+
1392
−
1366
View file @
fd685538
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