diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-05 02:09:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-05 02:09:52 +0000 |
commit | 5ebbf01838c691d188311e1879402760057b07b0 (patch) | |
tree | 9be766dd813d6e912b56ce5a15a5d03796f7486a | |
parent | 8831c35a19582184fb4a6e9211b6bb4d6082b4db (diff) | |
download | postgresql-5ebbf01838c691d188311e1879402760057b07b0.tar.gz postgresql-5ebbf01838c691d188311e1879402760057b07b0.zip |
Done
> * -Allow psql \d to show temporary table structure
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jul 3 12:55:27 EDT 2002 +Last updated: Thu Jul 4 22:09:41 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -260,7 +260,7 @@ Clients or multiple SELECTS to avoid bad system catalog entries * -Have pg_dump -C dump database location and encoding information * 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 * Add XML interface: psql, pg_dump, COPY, separate server (?) * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini |