|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated: Sat May 5 10:44:05 EDT 2007 |
| 11 | +Last updated: Sat May 5 10:47:39 EDT 2007 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -430,8 +430,6 @@ <h1><a name="section_8">SQL Commands</a></h1> |
430 | 430 | manually or automatically when statistics for execute parameters |
431 | 431 | differ dramatically from those used during planning. |
432 | 432 | </p> |
433 | | -</li><li>Invalidate prepared queries, like INSERT, when the table definition |
434 | | - is altered |
435 | 433 | </li><li>Improve logging of prepared statements recovered during startup |
436 | 434 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a> |
437 | 435 | </p> |
@@ -868,6 +866,8 @@ <h1><a name="section_11">Dependency Checking</a></h1> |
868 | 866 | might itself drop and recreate dependent tables, causing it to |
869 | 867 | invalidate its own query plan. |
870 | 868 | </p> |
| 869 | +</li><li>Invalidate prepared queries, like INSERT, when the table definition |
| 870 | + is altered |
871 | 871 | </li></ul> |
872 | 872 | <h1><aname="section_12">Indexes</a></h1> |
873 | 873 |
|
|