aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-22 16:21:21 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-22 16:21:21 +0000
commit40bda4cbc4079c196090968f02fce58ed2274c55 (patch)
tree201bd15b5e64faaecfaa3f2b6bd352eac8844247
parent73732ef9144b4a143029af2f171a95b4b678fd79 (diff)
downloadpostgresql-40bda4cbc4079c196090968f02fce58ed2274c55.tar.gz
postgresql-40bda4cbc4079c196090968f02fce58ed2274c55.zip
Record for future use if we ever change the protocol:
> * Allow psql to show transaction status if backend protocol changes made
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index e177095e777..6f47bdb1c56 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Feb 22 00:41:52 EST 2002
+Last updated: Fri Feb 22 11:20:36 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -245,6 +245,7 @@ CLIENTS
* 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 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
* Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)