summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-09 04:14:07 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-09 04:14:07 +0000
commit53ee0729b23677351c381cced3a4280d2cf47729 (patch)
tree4b7544287858976225f9c64b741c5cf2e4229323
parent8dd602e41ee2c61fd62dc2a07270966be37bef28 (diff)
Fix typo:
< Such indexes could be more compact if there are few unique value. > Such indexes could be more compact if there are only a few unique values.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 09c19799b79..f796df0fa3a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Nov 8 22:57:34 EST 2004
+Last updated: Mon Nov 8 23:13:58 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -261,7 +261,7 @@ Indexes
* Allow the creation of on-disk bitmap indexes which can be quickly
combined with other bitmap indexes
- Such indexes could be more compact if there are few unique value.
+ Such indexes could be more compact if there are only a few unique values.
* Allow use of indexes to search for NULLs