diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-24 12:39:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-24 12:39:07 +0000 |
commit | cdf39c7b616946386ea7c7ce59741eba2d4d7a4f (patch) | |
tree | 7eebfd8a59b3cbe70642c3759b04f312ff9f4083 /doc/src | |
parent | 5131b5bc7aad5ce84c25604ed4f8d36710326699 (diff) | |
download | postgresql-cdf39c7b616946386ea7c7ce59741eba2d4d7a4f.tar.gz postgresql-cdf39c7b616946386ea7c7ce59741eba2d4d7a4f.zip |
Update wording:
< This allows vacuum to reclaim free space without requiring
< a sequential scan
> This allows vacuum to target specific pages for possible free space
> without requiring a sequential scan.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d3a5237a5f1..19ad67fbaa3 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: Sat Apr 23 17:45:11 EDT 2005 +Last updated: Sun Apr 24 08:39:04 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>. @@ -693,8 +693,8 @@ first. </p> </li><li>-Add a warning when the free space map is too small </li><li>Maintain a map of recently-expired rows -<p> This allows vacuum to reclaim free space without requiring - a sequential scan +<p> This allows vacuum to target specific pages for possible free space + without requiring a sequential scan. </p> </li><li>Auto-vacuum <ul> |