Add idea on auto-cluster:
authorBruce Momjian <bruce@momjian.us>
Wed, 3 Nov 2004 19:38:20 +0000 (19:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 3 Nov 2004 19:38:20 +0000 (19:38 +0000)
<    store heap rows in hashed groups.
>    store heap rows in hashed groups, perhaps using a user-supplied
>    hash function.

doc/TODO

index 00bf9929a97774ea591d3896f6ceee355a9f928a..f6effb7125ee80a13d8d4384bfb6086dc3378395 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:      Wed Nov  3 14:27:54 EST 2004
+Last updated:      Wed Nov  3 14:37:57 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -381,7 +381,8 @@ Commands
      paritally filled for easier reorganization.  Another idea would
           be to create a merged heap/index data file so an index lookup would
      automatically access the heap data too.  A third idea would be to
-     store heap rows in hashed groups.
+     store heap rows in hashed groups, perhaps using a user-supplied
+     hash function.
 
    o Add default clustering to system tables