|
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:Tue Jun27 12:41:35 EDT 2006 |
| 11 | +Last updated:Wed Jun28 11:39:25 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>.
|
@@ -635,7 +635,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
635 | 635 | </p>
|
636 | 636 | </li><li>Add MOVE
|
637 | 637 | </li><li>Add single-step debugging of functions
|
638 |
| -</li><li>Add support for WITH HOLD cursors |
| 638 | +</li><li>Add support for WITH HOLD and SCROLL cursors |
| 639 | +<p> PL/pgSQL cursors should support the same syntax as |
| 640 | + backend cursors. |
| 641 | +</p> |
639 | 642 | </li><li>Allow PL/RETURN to return row or record functions
|
640 | 643 | <p><ahref="http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php</a>
|
641 | 644 | </p>
|
|