diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-17 16:35:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-17 16:35:23 +0000 |
commit | b39c6d002c55bfa5ef57a776b657147968476b6f (patch) | |
tree | 8cd9b8bdf3c2d7de1774a8afef533d698e3fe48e | |
parent | ae169680519b5ce7629e23292d20631bfff64a1d (diff) | |
download | postgresql-b39c6d002c55bfa5ef57a776b657147968476b6f.tar.gz postgresql-b39c6d002c55bfa5ef57a776b657147968476b6f.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Apr 14 16:07:41 EDT 2000 +Last updated: Mon Apr 17 12:34:31 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -192,6 +192,7 @@ CLIENTS * -Allow psql to print nulls as distinct from "" [null](Peter E) * fix array handling for ECPG * add pg_dump option to dump type names as standard ANSI types +* allow psql \d to show primary and foreign keys EXOTIC FEATURES |