aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-22 15:40:16 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-22 15:40:16 +0000
commitccbb07d92229a3ebdfbb129aafaba99a22658403 (patch)
tree3b06dece17db04a61b5a3832fc7a3ed14420483f /doc/src
parent6f61ddd40d77a95ad090f002635530fe5406bcbf (diff)
downloadpostgresql-ccbb07d92229a3ebdfbb129aafaba99a22658403.tar.gz
postgresql-ccbb07d92229a3ebdfbb129aafaba99a22658403.zip
Fix typo:
< Currently indexes do not have enough tuple tuple visibility < information to allow data to be pulled from the index without < also accessing the heap. One way to allow this is to set a bit < to index tuples to indicate if a tuple is currently visible to < all transactions when the first valid heap lookup happens. This < bit would have to be cleared when a heap tuple is expired. > Currently indexes do not have enough tuple visibility information > to allow data to be pulled from the index without also accessing > the heap. One way to allow this is to set a bit to index tuples > to indicate if a tuple is currently visible to all transactions > when the first valid heap lookup happens. This bit would have to > be cleared when a heap tuple is expired.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ce69fbc7521..aff4799b8c1 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Fri Apr 22 09:38:10 EDT 2005
+Last updated: Fri Apr 22 11:40:08 EDT 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -653,12 +653,12 @@ first.
to obtain tuple visibility information.
</p>
</li><li>Allow data to be pulled directly from indexes
-<p> Currently indexes do not have enough tuple tuple visibility
- information to allow data to be pulled from the index without
- also accessing the heap. One way to allow this is to set a bit
- to index tuples to indicate if a tuple is currently visible to
- all transactions when the first valid heap lookup happens. This
- bit would have to be cleared when a heap tuple is expired.
+<p> Currently indexes do not have enough tuple visibility information
+ to allow data to be pulled from the index without also accessing
+ the heap. One way to allow this is to set a bit to index tuples
+ to indicate if a tuple is currently visible to all transactions
+ when the first valid heap lookup happens. This bit would have to
+ be cleared when a heap tuple is expired.
</p>
</li><li>Consider automatic caching of queries at various levels:
<ul>