File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
5
Bracketed items "[]" have more detail.
6
6
7
7
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8
- Last updated: Wed Nov 3 14:27:54 EST 2004
8
+ Last updated: Wed Nov 3 14:37:57 EST 2004
9
9
10
10
The most recent version of this document can be viewed at the PostgreSQL web
11
11
site, http://www.PostgreSQL.org.
@@ -381,7 +381,8 @@ Commands
381
381
paritally filled for easier reorganization. Another idea would
382
382
be to create a merged heap/index data file so an index lookup would
383
383
automatically access the heap data too. A third idea would be to
384
- store heap rows in hashed groups.
384
+ store heap rows in hashed groups, perhaps using a user-supplied
385
+ hash function.
385
386
386
387
o Add default clustering to system tables
387
388
You can’t perform that action at this time.
0 commit comments