mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Update constraint_exclusion docs because parameter is now 3-valued, not
just enable/disable.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $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 $ -->
|
||||||
|
|
||||||
<chapter Id="runtime-config">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -2177,7 +2177,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Enables or disables the query planner's use of table constraints to
|
Controls the query planner's use of table constraints to
|
||||||
optimize queries.
|
optimize queries.
|
||||||
The allowed values of <varname>constraint_exclusion</> are
|
The allowed values of <varname>constraint_exclusion</> are
|
||||||
<literal>on</> (examine constraints for all tables),
|
<literal>on</> (examine constraints for all tables),
|
||||||
|
Reference in New Issue
Block a user