diff options
author | Bruce Momjian | 2004-02-12 23:27:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-02-12 23:27:52 +0000 |
commit | d27471fe0a5b47b1976c13e35197a738dcb09bfe (patch) | |
tree | 67d6997acd312d0a5f3806aabe23636f7a9c3f50 | |
parent | 565606654a587f65d96d32822fe580a3554d4e67 (diff) |
Add from Joe Conway:
> o Modify array literal representation to handle array index lower bound
> of other than one
>
183d185
<
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |