|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
|
2177 | 2177 | </indexterm>
|
2178 | 2178 | <listitem>
|
2179 | 2179 | <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 |
2181 | 2181 | optimize queries.
|
2182 | 2182 | The allowed values of <varname>constraint_exclusion</> are
|
2183 | 2183 | <literal>on</> (examine constraints for all tables),
|
|