diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-17 22:30:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-17 22:30:10 +0000 |
commit | 3700335baf8b07175cff14acea71876cd5098e64 (patch) | |
tree | f3bcf84a629883f6673a796aa75b5dbdf8c78b2b | |
parent | fbac1272b89b547dbaacd78bbe8da68e5493cbda (diff) | |
download | postgresql-3700335baf8b07175cff14acea71876cd5098e64.tar.gz postgresql-3700335baf8b07175cff14acea71876cd5098e64.zip |
Done:
> * -Order duplicate index entries on creation by tid for faster heap lookups
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Mar 17 12:40:38 EST 2004 +Last updated: Wed Mar 17 17:30:08 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -124,7 +124,7 @@ Views / Rules Indexes ======= -* Order duplicate index entries on creation by tid for faster heap lookups +* -Order duplicate index entries on creation by tid for faster heap lookups * Allow inherited tables to inherit index, UNIQUE constraint, and primary key, foreign key [inheritance] * UNIQUE INDEX on base column not honored on inserts from inherited table |