Skip to content

Commit fd68553

Browse files
committed
Editorial review for partitioning/constraint exclusion documentation.
1 parent 58d6316 commit fd68553

File tree

2 files changed

+1396
-1370
lines changed

2 files changed

+1396
-1370
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.35 2005/11/04 23:13:59 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.36 2005/11/04 23:53:18 tgl Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Server Configuration</title>
@@ -1970,13 +1970,13 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
19701970
<listitem>
19711971
<para>
19721972
Enables or disables the query planner's use of table constraints to
1973-
limit table access. The default is <literal>off</>.
1973+
optimize queries. The default is <literal>off</>.
19741974
</para>
19751975

19761976
<para>
19771977
When this parameter is <literal>on</>, the planner compares
19781978
query conditions with table <literal>CHECK</> constraints, and
1979-
omits scanning tables where the conditions contradict the
1979+
omits scanning tables for which the conditions contradict the
19801980
constraints. (Presently this is done only for child tables of
19811981
inheritance scans.) For example:
19821982

@@ -2010,7 +2010,7 @@ SELECT * FROM parent WHERE key = 2400;
20102010
</para>
20112011

20122012
<para>
2013-
Refer to <xref linkend="ce-partitioning"> for more information
2013+
Refer to <xref linkend="ddl-partitioning"> for more information
20142014
on using constraint exclusion and partitioning.
20152015
</para>
20162016
</listitem>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy