提交 d27471fe 编写于 作者: B Bruce Momjian

Add from Joe Conway:

> 	o Modify array literal representation to handle array index lower bound
> 	  of other than one
>
183d185
<
上级 56560665
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册