提交 c59cb9d3 编写于 作者: B Bruce Momjian

Mark as done, add URL for other item:

< 	o Add support for arrays of complex types
>
> 	  http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php
>
> 	o -Add support for arrays of complex types
上级 9083e913
...@@ -2,7 +2,7 @@ z ...@@ -2,7 +2,7 @@ z
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat May 12 18:10:40 EDT 2007 Last updated: Sun May 13 07:21:48 EDT 2007
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -309,7 +309,10 @@ Data Types ...@@ -309,7 +309,10 @@ Data Types
o Delay resolution of array expression's data type so assignment o Delay resolution of array expression's data type so assignment
coercion can be performed on empty array expressions coercion can be performed on empty array expressions
o Add support for arrays of domains o Add support for arrays of domains
o Add support for arrays of complex types
http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php
o -Add support for arrays of complex types
o Allow single-byte header storage for array elements o Allow single-byte header storage for array elements
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
PostgreSQL TODO List PostgreSQL TODO List
</p><hr/> </p><hr/>
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Sat May 12 18:10:40 EDT 2007 Last updated: Sun May 13 07:21:48 EDT 2007
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -281,7 +281,9 @@ first. There is also a developer's wiki at<br/> ...@@ -281,7 +281,9 @@ first. There is also a developer's wiki at<br/>
<li>Delay resolution of array expression's data type so assignment <li>Delay resolution of array expression's data type so assignment
coercion can be performed on empty array expressions coercion can be performed on empty array expressions
</li><li>Add support for arrays of domains </li><li>Add support for arrays of domains
</li><li>Add support for arrays of complex types <p> <a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php</a>
</p>
</li><li>-<em>Add support for arrays of complex types</em>
</li><li>Allow single-byte header storage for array elements </li><li>Allow single-byte header storage for array elements
</li></ul> </li></ul>
</li><li>Binary Data </li><li>Binary Data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册