Skip to content

Commit c59cb9d

Browse files
committed
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
1 parent 9083e91 commit c59cb9d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ z
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat May 12 18:10:40 EDT 2007
5+
Last updated: Sun May 13 07:21:48 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -309,7 +309,10 @@ Data Types
309309
o Delay resolution of array expression's data type so assignment
310310
coercion can be performed on empty array expressions
311311
o Add support for arrays of domains
312-
o Add support for arrays of complex types
312+
313+
http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php
314+
315+
o -Add support for arrays of complex types
313316
o Allow single-byte header storage for array elements
314317

315318

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PostgreSQL TODO List
1111
</p><hr/>
1212
Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
13-
Last updated: Sat May 12 18:10:40 EDT 2007
13+
Last updated: Sun May 13 07:21:48 EDT 2007
1414

1515
<p>The most recent version of this document can be viewed at<br/>
1616
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -281,7 +281,9 @@ <h1><a name="section_3">Data Types</a></h1>
281281
<li>Delay resolution of array expression's data type so assignment
282282
coercion can be performed on empty array expressions
283283
</li><li>Add support for arrays of domains
284-
</li><li>Add support for arrays of complex types
284+
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php</a>
285+
</p>
286+
</li><li>-<em>Add support for arrays of complex types</em>
285287
</li><li>Allow single-byte header storage for array elements
286288
</li></ul>
287289
</li><li>Binary Data

0 commit comments

Comments
 (0)