|
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:Fri Apr22 11:40:08 EDT 2005 |
| 11 | +Last updated:Sat Apr23 15:13:35 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>. |
@@ -276,7 +276,7 @@ <h1><a name="section_6">Indexes</a></h1> |
276 | 276 | order. Another method would be to sort heap ctids matching the index |
277 | 277 | before accessing the heap rows. |
278 | 278 | </p> |
279 | | -</li><li>Allow non-bitmap indexes to be combined by creating bitmaps in memory |
| 279 | +</li><li>-Allow non-bitmap indexes to be combined by creating bitmaps in memory |
280 | 280 | <p> This feature allows separate indexes to be ANDed or ORed together. This |
281 | 281 | is particularly useful for data warehousing applications that need to |
282 | 282 | query the database in an many permutations. This feature scans an index |
|