diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-22 17:35:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-22 17:35:03 +0000 |
commit | a7f49252d2476cc5996b1e9dbb253cdc521fbb7f (patch) | |
tree | b12fba122b4fa746216da5235ffa62d84eb0d291 /doc/src/FAQ | |
parent | 8ad3965a115bbd5fbd1bb2f3585c2e34d569af7d (diff) |
enable_constraint_exclusion => constraint_exclusion
Also improve wording.
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a2b70a78bc9..edd160c3f77 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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> |