summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-11-08 15:32:40 +0000
committerBruce Momjian2004-11-08 15:32:40 +0000
commit4e706f523d9673f2de96d4feb72304f93812c47e (patch)
tree35dba8f84c8bb255bd30dec3a645a2d76a1f9685
parent6144047fe8495171c062ceea52c02197f01c1f84 (diff)
Remove count TODO.detail.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 269e95e50e9..4c6e04ab3ac 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 10:17:53 EST 2004
+Last updated: Mon Nov 8 10:32:30 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -658,7 +658,7 @@ Cache
We could use a fixed row count and a +/- count to follow MVCC
visibility rules, or a single cached value could be used and
- invalidated if anyone modifies the table. [count]
+ invalidated if anyone modifies the table.
* Consider automatic caching of queries at various levels:
o Parsed query tree