diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-02 18:13:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-02 18:13:47 +0000 |
commit | bbf29949c371efa82f08f1774d9147f502dfda97 (patch) | |
tree | 1967b269fde0853ca186b2566613de6706660d06 | |
parent | f7bae20d675786790725f77ddc3486f7c5a047ea (diff) | |
download | postgresql-bbf29949c371efa82f08f1774d9147f502dfda97.tar.gz postgresql-bbf29949c371efa82f08f1774d9147f502dfda97.zip |
Add:
> * Fix psql's display of schema information (Neil)
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Dec 1 23:40:33 EST 2004 +Last updated: Thu Dec 2 13:13:37 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -518,6 +518,7 @@ Clients This would allow non-psql clients to pull the same information out of the database as psql. +* Fix psql's display of schema information (Neil) * Consistently display privilege information for all objects in psql * pg_dump o Have pg_dump use multi-statement transactions for INSERT dumps |