aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-05 02:10:17 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-05 02:10:17 +0000
commitb2f2415c92d76a82a2ed5dd8ad9f70c9da3dd718 (patch)
tree85e69394d1dfaa7c74011c2eca8f2b02d64d830e
parent5ebbf01838c691d188311e1879402760057b07b0 (diff)
downloadpostgresql-b2f2415c92d76a82a2ed5dd8ad9f70c9da3dd718.tar.gz
postgresql-b2f2415c92d76a82a2ed5dd8ad9f70c9da3dd718.zip
Mark person:
> * -Allow psql \d to show temporary table structure (Tom)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e7dd508dbff..f4ad189fa3a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jul 4 22:09:41 EDT 2002
+Last updated: Thu Jul 4 22:10:04 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 (Tom)
* 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