|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Sep 200:42:59 EDT 2002 |
| 3 | +Last updated:Mon Sep 202:44:01 EDT 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -182,7 +182,7 @@ Commands |
182 | 182 | * -Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce) |
183 | 183 | * Allow LIMIT/OFFSET to use expressions |
184 | 184 | * -Disallow TRUNCATE on tables that are involved in referential constraints |
185 | | -* Add OR REPLACE clauses to non-FUNCTION object creation |
| 185 | +*-Add OR REPLACE clauses to non-FUNCTION object creation |
186 | 186 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod] |
187 | 187 | * Allow UPDATE to handle complex aggregates [update] |
188 | 188 | * -Prevent create/drop scripts from allowing extra args (Bruce) |
@@ -361,7 +361,7 @@ Dependency Checking |
361 | 361 | Transactions |
362 | 362 | ============ |
363 | 363 |
|
364 | | -* Allow autocommit so always in a transaction block |
| 364 | +*-Allow autocommit so always in a transaction block |
365 | 365 | * Overhaul bufmgr/lockmgr/transaction manager |
366 | 366 | * Allow savepoints / nested transactions [transactions] |
367 | 367 |
|
@@ -394,7 +394,7 @@ Fsync |
394 | 394 |
|
395 | 395 | Cache |
396 | 396 | ===== |
397 | | -* Cache most recent query plan(s) (Neil) [prepare] |
| 397 | +*-Cache most recent query plan(s) (Neil) [prepare] |
398 | 398 | * Shared catalog cache, reduce lseek()'s by caching table size in shared area |
399 | 399 | * Add free-behind capability for large sequential scans (Bruce) |
400 | 400 | * Allow binding query args over FE/BE protocol |
|