File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -377,7 +377,9 @@ SQL Commands
377
377
notify the protocol when a RESET CONNECTION command is used.
378
378
379
379
* 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
381
383
382
384
* CREATE
383
385
@@ -758,6 +760,7 @@ Indexes
758
760
operator semantics
759
761
* Allow enable_constraint_exclusion to work for UNIONs like it does for
760
762
inheritance
763
+ * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
761
764
* GIST
762
765
763
766
o Add more GIST index support for geometric data types
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
349
349
notify the protocol when a RESET CONNECTION command is used.
350
350
</ p >
351
351
</ 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
352
355
</ li > < li > CREATE
353
356
< ul >
354
357
< li > Allow CREATE TABLE AS to determine column lengths for complex
@@ -687,6 +690,7 @@ <h1><a name="section_13">Indexes</a></h1>
687
690
operator semantics
688
691
</ li > < li > Allow enable_constraint_exclusion to work for UNIONs like it does for
689
692
inheritance
693
+ </ li > < li > Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
690
694
</ li > < li > GIST
691
695
< ul >
692
696
< li > Add more GIST index support for geometric data types
You can’t perform that action at this time.
0 commit comments