aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index b28849e1036..92f41e72265 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat May 5 10:44:05 EDT 2007
+Last updated: Sat May 5 10:47:39 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -480,8 +480,6 @@ SQL Commands
manually or automatically when statistics for execute parameters
differ dramatically from those used during planning.
-* Invalidate prepared queries, like INSERT, when the table definition
- is altered
* Improve logging of prepared statements recovered during startup
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
@@ -975,6 +973,9 @@ Dependency Checking
might itself drop and recreate dependent tables, causing it to
invalidate its own query plan.
+* Invalidate prepared queries, like INSERT, when the table definition
+ is altered
+
Indexes
=======