From: Bruce Momjian Date: Wed, 17 Mar 2004 22:30:10 +0000 (+0000) Subject: Done: X-Git-Tag: REL8_0_0BETA1~972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3700335baf8b07175cff14acea71876cd5098e64;p=postgresql Done: > * -Order duplicate index entries on creation by tid for faster heap lookups --- diff --git a/doc/TODO b/doc/TODO index 8e30a39359..c4f156d2fd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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