diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-04-22 18:18:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-04-22 18:18:24 +0000 |
commit | 044c3b461552ce9af6c2e3a2a362c295f01c050c (patch) | |
tree | 21187bba72c9def907e9745a7d20d2ae2a3d6ead /doc/TODO | |
parent | 11c4152919b13f5ba65dc969a47fddee85695f75 (diff) | |
download | postgresql-044c3b461552ce9af6c2e3a2a362c295f01c050c.tar.gz postgresql-044c3b461552ce9af6c2e3a2a362c295f01c050c.zip |
Update:
< o Fix psql's backslash commands more consistent
> o Fix psql's \d commands more consistent
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Apr 22 14:17:50 EDT 2006 +Last updated: Sat Apr 22 14:18:18 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -621,7 +621,7 @@ Clients This would allow non-psql clients to pull the same information out of the database as psql. - o Fix psql's backslash commands more consistent + o Fix psql's \d commands more consistent http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php |