summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-07-20 22:28:16 +0000
committerBruce Momjian2004-07-20 22:28:16 +0000
commit851bcee4251aef59035e7841426f54b1efba7c78 (patch)
tree342e3e7186515b701bb9d52e205ddc1214b25986
parentcd66b86be27b942ac7a3c8af9146ba127b43513e (diff)
Update:
< * Allow psql to display permission information using \df+ and \l+ > * Consistenly display privilege information for all objects in psql
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a61b8f8ab63..d03162c7a74 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Jul 20 17:01:21 EDT 2004
+Last updated: Tue Jul 20 18:28:16 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -284,7 +284,7 @@ Clients
commands? [psql]
* Allow pg_dump to use multiple -t and -n switches
* Fix oid2name and dbsize for tablespaces
-* Allow psql to display permission information using \df+ and \l+
+* Consistenly display privilege information for all objects in psql
* ECPG
o Docs