Add:
authorBruce Momjian
Thu, 27 Apr 2006 02:41:36 +0000 (02:41 +0000)
committerBruce Momjian
Thu, 27 Apr 2006 02:41:36 +0000 (02:41 +0000)
> * Invalidate prepared queries, like INSERT, when the table definition
>   is altered

doc/TODO
doc/src/FAQ/TODO.html

index 470c6603fcd3aff448897a1b37bba9103cee422c..df434673e06689746fd2feac1ec96ac3b0ebd68a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Apr 25 22:15:17 EDT 2006
+Last updated:      Wed Apr 26 22:41:35 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -398,6 +398,8 @@ 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
 * Allow LISTEN/NOTIFY to store info in memory rather than tables?
 
   Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
index eb584e9093b885ec7edd5ef0f34f9d26b09d3c7c..0083061b1e7251010c3fdb2986458ec359e457d7 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Apr 25 22:15:17 EDT 2006
+Last updated:           Wed Apr 26 22:41:35 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -368,6 +368,8 @@ first.
   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
       
  • Allow LISTEN/NOTIFY to store info in memory rather than tables?
  •  

      Currently LISTEN/NOTIFY information is stored in pg_listener. Storing

       such information in memory would improve performance.