aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-19 15:37:56 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-19 15:37:56 +0000
commit7931a8fdd144ac07280a4e6fe281a728e062d723 (patch)
tree7404ada4a8c34057d875cc0f2469c985ddbe35fb
parentb5e52b080c7bfb62531133a4937661e1684b978b (diff)
downloadpostgresql-7931a8fdd144ac07280a4e6fe281a728e062d723.tar.gz
postgresql-7931a8fdd144ac07280a4e6fe281a728e062d723.zip
Fix typo:
< * -Allow psql \du to show groups, and add \dg for groups > * -Allow psql \du to show users, and add \dg for groups
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index ebc79511511..24b5f64877b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Apr 14 15:15:26 EDT 2004
+Last updated: Mon Apr 19 11:37:51 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -258,7 +258,7 @@ Clients
=======
* Add XML capability to pg_dump and COPY, when backend XML capability
-* -Allow psql \du to show groups, and add \dg for groups
+* -Allow psql \du to show users, and add \dg for groups
* Allow clients to query a list of WITH HOLD cursors and prepared statements
* Add a libpq function to support Parse/DescribeStatement capability
* Prevent libpq's PQfnumber() from lowercasing the column name