|
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Tue Apr25 22:15:17 EDT 2006 |
| 11 | +Last updated:Wed Apr26 22:41:35 EDT 2006 |
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>.
|
@@ -368,6 +368,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
368 | 368 | manually or automatically when statistics for execute parameters
|
369 | 369 | differ dramatically from those used during planning.
|
370 | 370 | </p>
|
| 371 | +</li><li>Invalidate prepared queries, like INSERT, when the table definition |
| 372 | + is altered |
371 | 373 | </li><li>Allow LISTEN/NOTIFY to store info in memory rather than tables?
|
372 | 374 | <p> Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
|
373 | 375 | such information in memory would improve performance.
|
|