]> granicus.if.org Git - postgresql/commitdiff
Fix typo:
authorBruce Momjian <bruce@momjian.us>
Mon, 19 Apr 2004 15:37:56 +0000 (15:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 19 Apr 2004 15:37:56 +0000 (15:37 +0000)
< * -Allow psql \du to show groups, and add \dg for groups
> * -Allow psql \du to show users, and add \dg for groups

doc/TODO

index ebc795115118de1d54cbc20e64f4bc2b99c6e10d..24b5f64877bd63d765f932d58147fbcf535c3b5e 100644 (file)
--- 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