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 | |
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
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2fec8afa8ab..9600c2ae83f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sat Apr 22 14:17:50 EDT 2006 +Last updated: Sat Apr 22 14:18:18 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -566,7 +566,7 @@ first. <p> This would allow non-psql clients to pull the same information out of the database as psql. </p> - </li><li>Fix psql's backslash commands more consistent + </li><li>Fix psql's \d commands more consistent <p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00014.php</a> </p> |