aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-05 03:11:54 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-05 03:11:54 +0000
commit655b4741fce5897afbe6da71340f1141740fef57 (patch)
treee42fae4d40d4301078781bb5ad50d9471caecea6
parent6c3083afe17e4251f86576e26d0be7b0f7d2f674 (diff)
downloadpostgresql-655b4741fce5897afbe6da71340f1141740fef57.tar.gz
postgresql-655b4741fce5897afbe6da71340f1141740fef57.zip
Fix typo:
< one column or expression indexes, perhaps using per=index statistics > one column or expression indexes, perhaps using per-index statistics
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 3a0a363e86f..eee4d1f78f5 100644
--- 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: Thu Nov 4 22:03:07 EST 2004
+Last updated: Thu Nov 4 22:11:40 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -276,7 +276,7 @@ Indexes
granularity used for the hash algorithm.
* Allow accurate statistics to be collected on indexes with more than
- one column or expression indexes, perhaps using per=index statistics
+ one column or expression indexes, perhaps using per-index statistics
* Add fillfactor to control reserved free space during index creation