1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

enable_constraint_exclusion => constraint_exclusion

Also improve wording.
This commit is contained in:
Bruce Momjian
2005-08-22 17:35:03 +00:00
parent 8ad3965a11
commit a7f49252d2
8 changed files with 31 additions and 33 deletions

View File

@ -355,7 +355,7 @@ first.
</p>
</li><li>Add GUC to issue notice about queries that use unjoined tables
</li><li>Allow EXPLAIN to identify tables that were skipped because of
enable_constraint_exclusion
constraint_exclusion
</li><li>Allow EXPLAIN output to be more easily processed by scripts
</li><li>CREATE
<ul>
@ -694,7 +694,7 @@ first.
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
</li><li>-<em>Fix incorrect rtree results due to wrong assumptions about "over"</em>
operator semantics
</li><li>Allow enable_constraint_exclusion to work for UNIONs like it does for
</li><li>Allow constraint_exclusion to work for UNIONs like it does for
inheritance, and allow it to work for UPDATE and DELETE queries
</li><li>GIST
<ul>