mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fixed now, I think:
> * -Remove unreferenced table files and temp tables during database vacuum > * -Allow psql \d to show temporary table structure
This commit is contained in:
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Mar 25 15:55:30 EST 2002
|
Last updated: Sun Mar 31 07:55:05 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ ADMIN
|
|||||||
* -Make it easier to create a database owned by someone who can't createdb,
|
* -Make it easier to create a database owned by someone who can't createdb,
|
||||||
perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
|
perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
|
||||||
* -Make equals sign optional in CREATE DATABASE WITH param = 'val'
|
* -Make equals sign optional in CREATE DATABASE WITH param = 'val'
|
||||||
* Remove unreferenced table files and temp tables during database vacuum
|
* -Remove unreferenced table files and temp tables during database vacuum
|
||||||
or postmaster startup (Bruce)
|
or postmaster startup (Bruce)
|
||||||
* Add table name mapping for numeric file names (Bruce)
|
* Add table name mapping for numeric file names (Bruce)
|
||||||
* Remove behavior of postmaster -o after making postmaster/postgres
|
* Remove behavior of postmaster -o after making postmaster/postgres
|
||||||
@ -249,7 +249,7 @@ CLIENTS
|
|||||||
or multiple SELECTS to avoid bad system catalog entries
|
or multiple SELECTS to avoid bad system catalog entries
|
||||||
* -Have pg_dump -C dump database location and encoding information
|
* -Have pg_dump -C dump database location and encoding information
|
||||||
* Allow psql \d to show foreign keys
|
* Allow psql \d to show foreign keys
|
||||||
* Allow psql \d to show temporary table structure
|
* -Allow psql \d to show temporary table structure
|
||||||
* Allow psql to show transaction status if backend protocol changes made
|
* Allow psql to show transaction status if backend protocol changes made
|
||||||
* Add XML interface: psql, pg_dump, COPY, separate server (?)
|
* Add XML interface: psql, pg_dump, COPY, separate server (?)
|
||||||
* Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
|
* Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
|
||||||
|
Reference in New Issue
Block a user