|
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: Wed Aug 2412:49:34 EDT 2005 |
| 11 | +Last updated: Wed Aug 2413:56:13 EDT 2005 |
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>. |
@@ -261,6 +261,7 @@ <h1><a name="section_5">Functions</a></h1> |
261 | 261 | most date-related parameters to to_char() are meaningless for |
262 | 262 | intervals because interval is not anchored to a date. |
263 | 263 | </p> |
| 264 | +</li><li>Add sleep() function, remove from regress.c |
264 | 265 | </li></ul> |
265 | 266 | <h1><aname="section_6">Multi-Language Support</a></h1> |
266 | 267 |
|
@@ -498,7 +499,6 @@ <h1><a name="section_8">SQL Commands</a></h1> |
498 | 499 | </li><li>Add MOVE to PL/pgSQL |
499 | 500 | </li><li>Pass arrays natively instead of as text between plperl and postgres |
500 | 501 | </li><li>Add support for polymorphic arguments and return types to plperl |
501 | | -</li><li>Add sleep() to PL/PgSQL |
502 | 502 | </li></ul> |
503 | 503 | </li></ul> |
504 | 504 | <h1><aname="section_9">Clients</a></h1> |
|