|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated:Wed Jun 823:00:21 EDT 2005 |
| 11 | +Last updated:Mon Jun1323:19:51 EDT 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -287,7 +287,7 @@ <h1><a name="section_6">Indexes</a></h1> |
287 | 287 | BY col {DESC} LIMIT 1. Completing this item involves doing this |
288 | 288 | transformation automatically. |
289 | 289 | </p> |
290 | | -</li><li>Use index to restrict rows returned by multi-key index when used with |
| 290 | +</li><li>-<em>Use index to restrict rows returned by multi-key index when used with</em> |
291 | 291 | non-consecutive keys to reduce heap accesses |
292 | 292 | <p> For an index on col1,col2,col3, and a WHERE clause of col1 = 5 and |
293 | 293 | col3 = 9, spin though the index checking for col1 and col3 matches, |
|