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
fd685538
Commit
fd685538
authored
Nov 04, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Editorial review for partitioning/constraint exclusion documentation.
parent
58d6316d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1396 additions
and
1370 deletions
+1396
-1370
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+4
-4
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+1392
-1366
No files found.
doc/src/sgml/config.sgml
View file @
fd685538
<!--
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
5 2005/11/04 23:13:59 petere
Exp $
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.3
6 2005/11/04 23:53: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>
...
...
doc/src/sgml/ddl.sgml
View file @
fd685538
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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