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

Commit 9052499

Browse files
committed
Add constraint exclusion items:
< > * Allow EXPLAIN to identify tables that were skipped because of > enable_constraint_exclusion > * Allow EXPLAIN output to be more easily processed by scripts 760a763 > * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
1 parent 3268162 commit 9052499

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/TODO

+5-2
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:59:20 EDT 2005
5+
Last updated: Sat Jul 30 00:05:03 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -377,7 +377,9 @@ SQL Commands
377377
notify the protocol when a RESET CONNECTION command is used.
378378

379379
* Add GUC to issue notice about queries that use unjoined tables
380-
380+
* Allow EXPLAIN to identify tables that were skipped because of
381+
enable_constraint_exclusion
382+
* Allow EXPLAIN output to be more easily processed by scripts
381383

382384
* CREATE
383385

@@ -758,6 +760,7 @@ Indexes
758760
operator semantics
759761
* Allow enable_constraint_exclusion to work for UNIONs like it does for
760762
inheritance
763+
* Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
761764
* GIST
762765

763766
o Add more GIST index support for geometric data types

doc/src/FAQ/TODO.html

+5-1
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:59:20 EDT 2005
11+
Last updated: Sat Jul 30 00:05:03 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>.
@@ -349,6 +349,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
349349
notify the protocol when a RESET CONNECTION command is used.
350350
</p>
351351
</li><li>Add GUC to issue notice about queries that use unjoined tables
352+
</li><li>Allow EXPLAIN to identify tables that were skipped because of
353+
enable_constraint_exclusion
354+
</li><li>Allow EXPLAIN output to be more easily processed by scripts
352355
</li><li>CREATE
353356
<ul>
354357
<li>Allow CREATE TABLE AS to determine column lengths for complex
@@ -687,6 +690,7 @@ <h1><a name="section_13">Indexes</a></h1>
687690
operator semantics
688691
</li><li>Allow enable_constraint_exclusion to work for UNIONs like it does for
689692
inheritance
693+
</li><li>Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
690694
</li><li>GIST
691695
<ul>
692696
<li>Add more GIST index support for geometric data types

0 commit comments

Comments
 (0)