|
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: Thu Sep 14 17:41:06 EDT 2006 |
| 11 | +Last updated: Thu Sep 14 17:43:58 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>. |
@@ -411,8 +411,6 @@ <h1><a name="section_8">SQL Commands</a></h1> |
411 | 411 | called, and the table is locked in exclusive mode. |
412 | 412 | </p> |
413 | 413 | </li><li>Allow PREPARE of cursors |
414 | | -</li><li>-<em>Allow PREPARE to automatically determine parameter types based on the SQL</em> |
415 | | - statement (Neil) |
416 | 414 | </li><li>Allow finer control over the caching of prepared query plans |
417 | 415 | <p> Currently, queries prepared via the libpq API are planned on first |
418 | 416 | execute using the supplied parameters --- allow SQL PREPARE to do the |
|