diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-04 01:50:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-04 01:50:59 +0000 |
commit | 28019984e93bf1c3c326ec51ae9dc3269318b159 (patch) | |
tree | 8dd1067da64d5738e3b8cf957d9dc5ea3245d2bf | |
parent | 300c43e303bbe8dd009acf65422288e9de35025b (diff) |
Add:
>
> o Add \# to list command history like \s, but with line numbers
>
> http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
>
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 10 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Feb 3 18:52:13 EST 2007 +Last updated: Sat Feb 3 20:50:56 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -779,6 +779,11 @@ Clients http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php + o Add \# to list command history like \s, but with line numbers + + http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php + + * pg_dump diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f4adb92f081..fb585c0fce4 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:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Sat Feb 3 18:52:13 EST 2007 +Last updated: Sat Feb 3 20:50:56 EST 2007 </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>. @@ -702,6 +702,9 @@ first. There is also a developer's wiki at<br/> is run in its own transaction <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php</a> </p> + </li><li>Add \# to list command history like \s, but with line numbers +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php</a> +</p> </li></ul> </li><li>pg_dump <ul> |