|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Feb 612:42:28 EST 2001 |
| 3 | +Last updated:Tue Feb 619:52:31 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -196,7 +196,6 @@ CLIENTS
|
196 | 196 | * -add pg_dump option to dump type names as standard ANSI types
|
197 | 197 | * have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
|
198 | 198 | or multiple SELECTS to avoid bad system catalog entries
|
199 |
| - |
200 | 199 | * -make pg_dump dump in oid order, so dependencies are resolved (Philip)
|
201 | 200 | * allow psql \d to show primary and foreign keys
|
202 | 201 | * allow psql \d to show temporary table structure
|
|
315 | 314 | * Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
|
316 | 315 | ANALYZE, and CLUSTER
|
317 | 316 | * Delay fsync() when other backends are about to commit too [fsync]
|
| 317 | +* Prevent pg_attribute from having duplicate oids for indexes |
318 | 318 |
|
319 | 319 | SOURCE CODE
|
320 | 320 | -----------
|
|