Add:
authorBruce Momjian
Tue, 30 Jan 2007 22:55:12 +0000 (22:55 +0000)
committerBruce Momjian
Tue, 30 Jan 2007 22:55:12 +0000 (22:55 +0000)
>  o ARRAY[[1,2],[3,4]])[1] should return the same values as
>    ARRAY[[1,2],[3,4]])[1:1];
>

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

index 3d04574fad1e3a0f9f3028ff59f20f08b5ae22a6..cb7a65c89caea3c490f5a08934e8b9dfacb91ae8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Jan 29 16:19:26 EST 2007
+Last updated:      Tue Jan 30 17:50:14 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -292,6 +292,9 @@ Data Types
      coercion can be performed on empty array expressions
    o Add support for arrays of domains
    o Add support for arrays of complex types
+   o ARRAY[[1,2],[3,4]])[1] should return the same values as
+     ARRAY[[1,2],[3,4]])[1:1];
+
 
 
 * Binary Data
index 792bd85df2a917c9f220a87759e19af81311a7ff..2ba91ef778ecf639406234affb322a3eeb00b751 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Jan 29 16:19:26 EST 2007
+Last updated:           Tue Jan 30 17:50:14 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -268,6 +268,8 @@ first.  There is also a developer's wiki at
           coercion can be performed on empty array expressions
       
  • Add support for arrays of domains
  •        
  • Add support for arrays of complex types
  • +      
  • ARRAY[[1,2],[3,4]])[1] should return the same values as
  • +          ARRAY[[1,2],[3,4]])[1:1];
         
         
  • Binary Data
  •