mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typo:
< * -Allow psql \du to show groups, and add \dg for groups > * -Allow psql \du to show users, and add \dg for groups
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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
|
* 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
|
* Allow clients to query a list of WITH HOLD cursors and prepared statements
|
||||||
* Add a libpq function to support Parse/DescribeStatement capability
|
* Add a libpq function to support Parse/DescribeStatement capability
|
||||||
* Prevent libpq's PQfnumber() from lowercasing the column name
|
* Prevent libpq's PQfnumber() from lowercasing the column name
|
||||||
|
Reference in New Issue
Block a user