Move item:
authorBruce Momjian <bruce@momjian.us>
Sat, 5 May 2007 14:47:45 +0000 (14:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 5 May 2007 14:47:45 +0000 (14:47 +0000)
< * Invalidate prepared queries, like INSERT, when the table definition
<   is altered
>
> * Invalidate prepared queries, like INSERT, when the table definition
>   is altered

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

index b28849e1036a838b4c13f8d5c39cb8abd8f85d04..92f41e722656db2165dd0ef1a6a04bc4c0c5ec71 100644 (file)
--- 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
 =======
index 5f4e453163ebbded3f3feb197e1ac8d25e214db8..e4e5982249035db4f48cb124dfa0e496336074b9 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Sat May  5 10:44:05 EDT 2007
+Last updated:           Sat May  5 10:47:39 EDT 2007
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -430,8 +430,6 @@ first.  There is also a developer's wiki at<br/>
   manually or automatically when statistics for execute parameters
   differ dramatically from those used during planning.
 </p>
-  </li><li>Invalidate prepared queries, like INSERT, when the table definition
-  is altered
   </li><li>Improve logging of prepared statements recovered during startup
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a>
 </p>
@@ -868,6 +866,8 @@ first.  There is also a developer's wiki at<br/>
   might itself drop and recreate dependent tables, causing it to
   invalidate its own query plan.
 </p>
+  </li><li>Invalidate prepared queries, like INSERT, when the table definition
+  is altered
 </li></ul>
 <h1><a name="section_12">Indexes</a></h1>