PostgreSQL TODO List
====================
-Last updated: Tue Jun 6 09:52:15 EDT 2006
+Last updated: Tue Jun 6 12:27:12 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
The difficult of this features is allowing RESET ALL to not affect
changes made by the interface driver for its internal use. One idea
is for this to be a protocol-only feature. Another approach is to
- notify the protocol when a RESET CONNECTION command is used.
+ notify the protocol when a RESET CONNECTION command is used. See
+ http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php
+ for a partial implementation.
* Add GUC to issue notice about statements that use unjoined tables
* Allow EXPLAIN to identify tables that were skipped because of
-Last updated: Tue Jun 6 09:52:15 EDT 2006
+Last updated: Tue Jun 6 12:27:12 EDT 2006
The most recent version of this document can be viewed at
The difficult of this features is allowing RESET ALL to not affect
changes made by the interface driver for its internal use. One idea
is for this to be a protocol-only feature. Another approach is to
- notify the protocol when a RESET CONNECTION command is used.
+ notify the protocol when a RESET CONNECTION command is used. See
+ for a partial implementation.
Add GUC to issue notice about statements that use unjoined tables
Allow EXPLAIN to identify tables that were skipped because of