Mark as done, add URL for other item:
authorBruce Momjian
Sun, 13 May 2007 11:22:04 +0000 (11:22 +0000)
committerBruce Momjian
Sun, 13 May 2007 11:22:04 +0000 (11:22 +0000)
<  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

doc/TODO
doc/src/FAQ/TODO.html

index 81eb97dbb1a7321cae9b0ad8eb944bfd1acd92b6..f1b0d6bd2e3b5b6f1e4158d5d0b54607f1cbc8b9 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@ z
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -309,7 +309,10 @@ Data Types
    o Delay resolution of array expression's data type so assignment
      coercion can be performed on empty array expressions
    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
 
 
index 75eac22ee3a35c652586c4595b72c69c5efbcc49..fc7e7e1fc58f531457eb4a5711cf09d401bbe3fd 100644 (file)
@@ -10,7 +10,7 @@
 PostgreSQL TODO List
 


 Current maintainer:     Bruce Momjian ([email protected])
-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

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -281,7 +281,9 @@ first.  There is also a developer's wiki at
       
  • Delay resolution of array expression's data type so assignment
  •            coercion can be performed on empty array expressions
           
  • Add support for arrays of domains
  • -      
  • Add support for arrays of complex types
  • +

              http://archives.postgresql.org/pgsql-patches/2007-05/msg00114.php

    +

    +      
  • -Add support for arrays of complex types
  •        
  • Allow single-byte header storage for array elements
  •      
         
  • Binary Data