Skip to content

Commit f80cf69

Browse files
committed
Combine entries:
< inheritance < * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries > inheritance, and allow it to work for UPDATE and DELETE queries
1 parent 20e2644 commit f80cf69

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/TODO

Lines changed: 2 additions & 3 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: Tue Aug 9 13:14:41 EDT 2005
5+
Last updated: Tue Aug 9 16:24:23 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -768,8 +768,7 @@ Indexes
768768
* -Fix incorrect rtree results due to wrong assumptions about "over"
769769
operator semantics
770770
* Allow enable_constraint_exclusion to work for UNIONs like it does for
771-
inheritance
772-
* Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
771+
inheritance, and allow it to work for UPDATE and DELETE queries
773772

774773

775774
* GIST

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 3 deletions
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: Tue Aug 9 13:14:41 EDT 2005
11+
Last updated: Tue Aug 9 16:24:23 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>.
@@ -693,8 +693,7 @@ <h1><a name="section_13">Indexes</a></h1>
693693
</li><li>-<em>Fix incorrect rtree results due to wrong assumptions about "over"</em>
694694
operator semantics
695695
</li><li>Allow enable_constraint_exclusion to work for UNIONs like it does for
696-
inheritance
697-
</li><li>Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
696+
inheritance, and allow it to work for UPDATE and DELETE queries
698697
</li><li>GIST
699698
<ul>
700699
<li>Add more GIST index support for geometric data types

0 commit comments

Comments
 (0)