We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd77e commit 5c617f4Copy full SHA for 5c617f4
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.211 2009/02/28 00:10:50 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.212 2009/03/23 15:14:14 momjian Exp $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
2177
</indexterm>
2178
<listitem>
2179
<para>
2180
- Enables or disables the query planner's use of table constraints to
+ Controls the query planner's use of table constraints to
2181
optimize queries.
2182
The allowed values of <varname>constraint_exclusion</> are
2183
<literal>on</> (examine constraints for all tables),
0 commit comments