Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3268162

Browse files
committed
Add:
< > * Allow enable_constraint_exclusion to work for UNIONs like it does for > inheritance
1 parent f951213 commit 3268162

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Fri Jul 29 23:49:15 EDT 2005
5+
Last updated: Fri Jul 29 23:59:20 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -756,7 +756,8 @@ Indexes
756756
* Allow the creation of indexes with mixed ascending/descending specifiers
757757
* -Fix incorrect rtree results due to wrong assumptions about "over"
758758
operator semantics
759-
759+
* Allow enable_constraint_exclusion to work for UNIONs like it does for
760+
inheritance
760761
* GIST
761762

762763
o Add more GIST index support for geometric data types

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Jul 29 23:49:15 EDT 2005
11+
Last updated: Fri Jul 29 23:59:20 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -685,6 +685,8 @@ <h1><a name="section_13">Indexes</a></h1>
685685
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
686686
</li><li>-<em>Fix incorrect rtree results due to wrong assumptions about "over"</em>
687687
operator semantics
688+
</li><li>Allow enable_constraint_exclusion to work for UNIONs like it does for
689+
inheritance
688690
</li><li>GIST
689691
<ul>
690692
<li>Add more GIST index support for geometric data types

0 commit comments

Comments
 (0)