|
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 Jan 31 19:03:09 EST 2006 |
| 11 | +Last updated: Tue Jan 31 19:07:26 EST 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>. |
@@ -381,6 +381,8 @@ <h1><a name="section_8">SQL Commands</a></h1> |
381 | 381 | </li><li>Allow the count returned by SELECT, etc to be to represent as an int64 |
382 | 382 | to allow a higher range of values |
383 | 383 | </li><li>Make CLUSTER preserve recently-dead tuples per MVCC requirements |
| 384 | +</li><li>Add SQL99 WITH clause to SELECT |
| 385 | +</li><li>Add SQL99 WITH RECURSIVE to SELECT |
384 | 386 | </li><li>CREATE |
385 | 387 | <ul> |
386 | 388 | <li>Allow CREATE TABLE AS to determine column lengths for complex |
@@ -679,9 +681,7 @@ <h1><a name="section_11">Dependency Checking</a></h1> |
679 | 681 | <h1><aname="section_12">Exotic Features</a></h1> |
680 | 682 |
|
681 | 683 | <ul> |
682 | | -<li>Add SQL99 WITH clause to SELECT |
683 | | -</li><li>Add SQL99 WITH RECURSIVE to SELECT |
684 | | -</li><li>Add pre-parsing phase that converts non-ISO syntax to supported |
| 684 | +<li>Add pre-parsing phase that converts non-ISO syntax to supported |
685 | 685 | syntax |
686 | 686 | <p> This could allow SQL written for other databases to run without |
687 | 687 | modification. |
|