Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd68553

Browse files
committed
Editorial review for partitioning/constraint exclusion documentation.
1 parent58d6316 commitfd68553

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 tableswhere the conditions contradict the
1979+
omits scanning tablesfor 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)

[8]ページ先頭

©2009-2025 Movatter.jp