Remove item:
authorBruce Momjian
Tue, 20 Feb 2007 03:47:03 +0000 (03:47 +0000)
committerBruce Momjian
Tue, 20 Feb 2007 03:47:03 +0000 (03:47 +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 971776dddb4cda67f54bb356628b20d8aa698149..af1dbc1bbb986c7414095d0b82a098ec1b40800a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Feb 19 16:08:43 EST 2007
+Last updated:      Mon Feb 19 22:47:00 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -309,9 +309,6 @@ 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 2f7fc2562482b398720d4bf28278e40587877423..56f3aaf84debcab44b91caacffa90992b5d9225b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Feb 19 16:08:43 EST 2007
+Last updated:           Mon Feb 19 22:47:00 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -282,8 +282,6 @@ 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
  •