Commit 38c83465 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 9e1e1457
ODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Oct 16 13:18:25 EDT 2000 Last updated: Mon Oct 16 15:49:18 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -117,7 +117,7 @@ INDEXES ...@@ -117,7 +117,7 @@ INDEXES
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops) * Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
fails index can't store constant parameters fails index can't store constant parameters
* Allow SQL function indexes * -Allow SQL function indexes
* Add FILLFACTOR to index creation * Add FILLFACTOR to index creation
* Re-enable partial indexes * Re-enable partial indexes
* Allow inherited tables to inherit index * Allow inherited tables to inherit index
...@@ -127,7 +127,7 @@ COMMANDS ...@@ -127,7 +127,7 @@ COMMANDS
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit] * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* -Add ALTER TABLE ALTER COLUMN feature(Peter E) * -Add ALTER TABLE ALTER COLUMN feature(Peter E)
* Add ALTER TABLE DROP COLUMN feature [drop] * Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER TABLE command to change table ownership * Add ALTER TABLE command to change table ownership (Mark H)
* Add ALTER FUNCTION * Add ALTER FUNCTION
* Add ALTER TABLE ... DROP CONSTRAINT * Add ALTER TABLE ... DROP CONSTRAINT
* Automatically drop constraints/functions when object is dropped * Automatically drop constraints/functions when object is dropped
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment