Skip to content

Commit 5c617f4

Browse files
committed
Update constraint_exclusion docs because parameter is now 3-valued, not
just enable/disable.
1 parent 00fd77e commit 5c617f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.211 2009/02/28 00:10:50 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.212 2009/03/23 15:14:14 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
21772177
</indexterm>
21782178
<listitem>
21792179
<para>
2180-
Enables or disables the query planner's use of table constraints to
2180+
Controls the query planner's use of table constraints to
21812181
optimize queries.
21822182
The allowed values of <varname>constraint_exclusion</> are
21832183
<literal>on</> (examine constraints for all tables),

0 commit comments

Comments
 (0)