diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-04 16:53:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-04 16:53:58 +0000 |
commit | b976e92431af6d3a0985871c0cfaf2ebb0398cd9 (patch) | |
tree | cc63018b696632ddf85532da39f0550746d98c28 | |
parent | 2c793d1c87b1081021319dace49010e2f42dce0a (diff) | |
download | postgresql-b976e92431af6d3a0985871c0cfaf2ebb0398cd9.tar.gz postgresql-b976e92431af6d3a0985871c0cfaf2ebb0398cd9.zip |
Add:
> * Allow accurate statistics to be collected on indexes with more than
> one column
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Nov 4 11:49:35 EST 2004 +Last updated: Thu Nov 4 11:53:38 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -274,6 +274,8 @@ Indexes several hash buckets could be stored on a single page and greater granularity used for the hash algorithm. +* Allow accurate statistics to be collected on indexes with more than + one column Commands ======== |