diff options
author | Bruce Momjian | 2001-04-01 01:00:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-04-01 01:00:05 +0000 |
commit | 55f0f5d97ae3353dc82c25e1d605d5cf1e6fc92e (patch) | |
tree | 684ce58ea98ff2cdcd70e897185ed671110c6876 | |
parent | 98f751569624684192ca966398ba0b1fb0267656 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Mar 31 12:25:25 EST 2001 +Last updated: Sat Mar 31 19:59:56 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -146,6 +146,7 @@ INDEXES * Add FILLFACTOR to index creation * Re-enable partial indexes * Allow inherited tables to inherit index, UNIQUE constraint, and primary key + [inheritance] * Prevent pg_attribute from having duplicate oids for indexes (Tom) * Add UNIQUE capability to non-btree indexes * Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim) |