|
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 Aug 17 02:45:07 EDT 2006 |
| 11 | +Last updated: Thu Aug 17 02:48: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>. |
@@ -207,7 +207,6 @@ <h1><a name="section_4">Data Types</a></h1> |
207 | 207 | </li><li>Fix CREATE CAST on DOMAINs |
208 | 208 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php">http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php</a> |
209 | 209 | </p> |
210 | | -</li><li>Add support for arrays of domains |
211 | 210 | </li><li>Add Globally/Universally Unique Identifier (GUID/UUID) |
212 | 211 | </li><li>Add support for SQL-standard GENERATED/IDENTITY columns |
213 | 212 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php</a> |
@@ -284,6 +283,8 @@ <h1><a name="section_4">Data Types</a></h1> |
284 | 283 | <li>-<em>Allow NULLs in arrays</em> |
285 | 284 | </li><li>Delay resolution of array expression's data type so assignment |
286 | 285 | coercion can be performed on empty array expressions |
| 286 | +</li><li>Add support for arrays of domains |
| 287 | +</li><li>Add support for arrays of complex types |
287 | 288 | </li></ul> |
288 | 289 | </li><li>Binary Data |
289 | 290 | <ul> |
|