PostgreSQL TODO List
====================
-Last updated: Fri Jul 29 23:59:20 EDT 2005
+Last updated: Sat Jul 30 00:05:03 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
notify the protocol when a RESET CONNECTION command is used.
* Add GUC to issue notice about queries that use unjoined tables
-
+* Allow EXPLAIN to identify tables that were skipped because of
+ enable_constraint_exclusion
+* Allow EXPLAIN output to be more easily processed by scripts
* CREATE
operator semantics
* Allow enable_constraint_exclusion to work for UNIONs like it does for
inheritance
+* Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
* GIST
o Add more GIST index support for geometric data types
-Last updated: Fri Jul 29 23:59:20 EDT 2005
+Last updated: Sat Jul 30 00:05:03 EDT 2005
The most recent version of this document can be viewed at
notify the protocol when a RESET CONNECTION command is used.
Add GUC to issue notice about queries that use unjoined tables
+
Allow EXPLAIN to identify tables that were skipped because of
+ enable_constraint_exclusion
+
Allow EXPLAIN output to be more easily processed by scripts
CREATE
Allow CREATE TABLE AS to determine column lengths for complex
operator semantics
Allow enable_constraint_exclusion to work for UNIONs like it does for
inheritance
+
Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
GIST
Add more GIST index support for geometric data types