File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Wed Jun 8 23:00:21 EDT 2005
5
+ Last updated: Mon Jun 13 23:19:51 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -307,7 +307,7 @@ Indexes
307
307
BY col {DESC} LIMIT 1. Completing this item involves doing this
308
308
transformation automatically.
309
309
310
- * Use index to restrict rows returned by multi-key index when used with
310
+ * - Use index to restrict rows returned by multi-key index when used with
311
311
non-consecutive keys to reduce heap accesses
312
312
313
313
For an index on col1,col2,col3, and a WHERE clause of col1 = 5 and
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Wed Jun 8 23:00:21 EDT 2005
11
+ Last updated: Mon Jun 13 23:19:51 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="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,
You can’t perform that action at this time.
0 commit comments