|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Mar 3107:55:05 EST 2002 |
| 3 | +Last updated:Sun Mar 3120:56:13 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
58 | 58 | * -Make it easier to create a database owned by someone who can't createdb,
|
59 | 59 | perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
|
60 | 60 | * -Make equals sign optional in CREATE DATABASE WITH param = 'val'
|
61 |
| -*-Remove unreferenced table files and temp tables during database vacuum |
| 61 | +* Remove unreferenced table files and temp tables during database vacuum |
62 | 62 | or postmaster startup (Bruce)
|
63 | 63 | * Add table name mapping for numeric file names (Bruce)
|
64 | 64 | * Remove behavior of postmaster -o after making postmaster/postgres
|
@@ -249,7 +249,7 @@ CLIENTS
|
249 | 249 | or multiple SELECTS to avoid bad system catalog entries
|
250 | 250 | * -Have pg_dump -C dump database location and encoding information
|
251 | 251 | * Allow psql \d to show foreign keys
|
252 |
| -*-Allow psql \d to show temporary table structure |
| 252 | +* Allow psql \d to show temporary table structure |
253 | 253 | * Allow psql to show transaction status if backend protocol changes made
|
254 | 254 | * Add XML interface: psql, pg_dump, COPY, separate server (?)
|
255 | 255 | * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
|
|