|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Mar 7 22:03:10 EST 2003 |
| 3 | +Last updated:Fri Mar 723:22:59 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -394,7 +394,7 @@ Optimizer / Executor
|
394 | 394 | * Allow ORDER BY ... LIMIT to select top values without sort or index
|
395 | 395 | using a sequential scan for highest/lowest values (Oleg)
|
396 | 396 | * -Inline simple SQL functions to avoid overhead (Tom)
|
397 |
| -*-Precompile SQL functions to avoid overhead (Neil) |
| 397 | +* Precompile SQL functions to avoid overhead (Neil) |
398 | 398 | * Add utility to compute accurate random_page_cost value
|
399 | 399 | * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
|
400 | 400 | * Use CHECK constraints to improve optimizer decisions
|
|