From fcbddea8b7f699d3437e7c91243891ab5aeff015 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 5 Feb 2007 16:49:13 +0000
Subject: [PATCH] Modify:

< 	o Add \# to list command history like \s, but with line numbers
> 	o Add \# to list and execute command history
---
 doc/TODO              | 4 ++--
 doc/src/FAQ/TODO.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 60a0ef55ff1..018448b406e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Sat Feb  3 23:06:06 EST 2007
+Last updated:		Mon Feb  5 11:48:55 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -784,7 +784,7 @@ Clients
 
 	  http://archives.postgresql.org/pgsql-hackers/2007-01/msg00291.php
 
-	o Add \# to list command history like \s, but with line numbers
+	o Add \# to list and execute command history
 
 	  http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
 
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ba6fb3a8238..2ac3f717575 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 23:06:06 EST 2007
+Last updated:           Mon Feb  5 11:48:55 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>.
@@ -705,7 +705,7 @@ 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
+    </li><li>Add \# to list and execute command history
 <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>
-- 
GitLab