mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 13:12:58 -04:00
Update TODO list.
This commit is contained in:
parent
98f7515696
commit
55f0f5d97a
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue