From d27471fe0a5b47b1976c13e35197a738dcb09bfe Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 12 Feb 2004 23:27:52 +0000
Subject: [PATCH] Add from Joe Conway:

> 	o Modify array literal representation to handle array index lower bound
> 	  of other than one
>
183d185
<
---
 doc/TODO | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 563c8379118..bbd8b7b8d01 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Thu Feb 12 13:14:40 EST 2004
+Last updated:		Thu Feb 12 18:27:48 EST 2004
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -81,6 +81,9 @@ Data Types
 	o Allow MIN()/MAX() on arrays
 	o Delay resolution of array expression type so assignment coercion 
 	  can be performed on empty array expressions (Joe)
+	o Modify array literal representation to handle array index lower bound
+	  of other than one
+
 
 * BINARY DATA
 	o Improve vacuum of large objects, like /contrib/vacuumlo
@@ -181,7 +184,6 @@ Commands
 * Have pg_ctl look at PGHOST in case it is a socket directory
 * Allow column-level privileges
 
-
 * ALTER
 	o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
 	o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
@@ -456,7 +458,7 @@ Source Code
 * Acquire lock on a relation before building a relcache entry for it
 * Research interaction of setitimer() and sleep() used by statement_timeout
 * -Add checks for fclose() failure (Tom)
-* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58:16 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $
 * Exit postmaster if postgresql.conf can not be opened
 * Rename /scripts directory because they are all C programs now
 * Allow the regression tests to start postmaster with -i so the tests
-- 
GitLab