From 044c3b461552ce9af6c2e3a2a362c295f01c050c Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 22 Apr 2006 18:18:24 +0000
Subject: [PATCH] Update:

< 	o Fix psql's backslash commands more consistent
> 	o Fix psql's \d commands more consistent
---
 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 3464adcb2d8..9e80671935e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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>
-- 
GitLab