Update TODO list.

This commit is contained in:
Bruce Momjian 2001-05-30 14:37:51 +00:00
parent e7988a7ad3
commit 3b9c100770
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon May 28 00:28:27 EDT 2001 Last updated: Wed May 30 10:37:14 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -137,12 +137,14 @@ COMMANDS
* Change LIMIT val,val to offset,limit to match MySQL * Change LIMIT val,val to offset,limit to match MySQL
* Allow PL/PgSQL's RAISE function to take expressions * Allow PL/PgSQL's RAISE function to take expressions
* ALTER * ALTER
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK
CONSTRAINT
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place * ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance] [inheritance]
* Add ALTER TABLE DROP COLUMN feature [drop] * Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER FUNCTION * Add ALTER FUNCTION
* Add ALTER TABLE DROP CONSTRAINT * Add ALTER TABLE DROP non-CHECK CONSTRAINT
* -Add ALTER TABLE DROP CHECK CONSTRAINT (Christopher Kings)
* CLUSTER * CLUSTER
* cluster all tables at once * cluster all tables at once
* prevent lose of indexes, permissions, inheritance * prevent lose of indexes, permissions, inheritance