From 267396165956b3336ac3c7f63b7c802c4ae3d23b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Feb 2007 03:47:03 +0000 Subject: [PATCH] Remove item: < o ARRAY[[1,2],[3,4]])[1] should return the same values as < ARRAY[[1,2],[3,4]])[1:1]; < --- doc/TODO | 5 +---- doc/src/FAQ/TODO.html | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/TODO b/doc/TODO index 971776dddb..af1dbc1bbb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2f7fc25624..56f3aaf84d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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