]> granicus.if.org Git - postgresql/commitdiff
Modify:
authorBruce Momjian <bruce@momjian.us>
Wed, 17 Mar 2004 17:40:44 +0000 (17:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 17 Mar 2004 17:40:44 +0000 (17:40 +0000)
< * Order duplicate index entries by tid for faster heap lookups
> * Order duplicate index entries on creation by tid for faster heap lookups

doc/TODO

index 5c1aee25528d8eab7f084df9fcee29fb99980b8a..8e30a393599e2c4ef58ac7be88909474d59fde0e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Tue Mar 16 11:13:31 EST 2004
+Last updated:          Wed Mar 17 12:40:38 EST 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -124,7 +124,7 @@ Views / Rules
 Indexes
 =======
 
-* Order duplicate index entries 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