|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Jan27 00:49:01 EST 2001 |
| 3 | +Last updated:Sun Jan28 00:03:41 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -192,6 +192,9 @@ CLIENTS
|
192 | 192 | * Allow dump/load of CSV format
|
193 | 193 | * fix array handling for ECPG
|
194 | 194 | * -add pg_dump option to dump type names as standard ANSI types
|
| 195 | +* have pg_dump use LEFT OUTER JOIN in multi-table SELECTs |
| 196 | + or multiple SELECTS to avoid bad system catalog entries |
| 197 | + |
195 | 198 | * -make pg_dump dump in oid order, so dependencies are resolved (Philip)
|
196 | 199 | * allow psql \d to show primary and foreign keys
|
197 | 200 | * allow psql \d to show temporary table structure
|
|