Commit 933adb3e authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 7ceed2a9
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Jun 7 16:05:45 EDT 2001 Last updated: Sat Jun 9 21:24:52 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -94,8 +94,8 @@ INDEXES ...@@ -94,8 +94,8 @@ INDEXES
fails index can't store constant parameters fails index can't store constant parameters
* Add FILLFACTOR to index creation * Add FILLFACTOR to index creation
* Re-enable partial indexes * Re-enable partial indexes
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key * Allow inherited tables to inherit index, UNIQUE constraint, and primary
[inheritance] key, foreign key [inheritance]
* UNIQUE INDEX on base column not honored on inserts from inherited table * UNIQUE INDEX on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inheritance] [inheritance]
......
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