|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jan 12 22:02:56 EST 2000 |
| 3 | +Last updated:Wed Jan 12 22:32:53 EST 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -231,7 +231,6 @@ FSYNC
|
231 | 231 | INDEXES
|
232 | 232 |
|
233 | 233 | * Use indexes in ORDER BY for min(), max()
|
234 |
| -* Pull requested data directly from indexes, bypassing heap data |
235 | 234 | * Use index to restrict rows returned by multi-key index when used with
|
236 | 235 | non-consecutive keys or OR clauses, so fewer heap accesses
|
237 | 236 | * -Convert function(constant) into a constant for index use(Bernard Frankpitt)
|
|