diff --git a/doc/TODO b/doc/TODO index b99db17704..39ac6db6d4 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: Fri Feb 10 22:33:33 EST 2006 +Last updated: Sat Feb 11 16:55:42 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -599,7 +599,7 @@ Clients o Allow psql \pset boolean variables to set to fixed values, rather than toggle o Consistently display privilege information for all objects in psql - o Improve psql's handling of multi-line statements + o -Improve psql's handling of multi-line statements Currently, while \e saves a single statement as one entry, interactive statements are saved one line at a time. Ideally all statements diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 59e560d28d..1241ea097d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Feb 10 22:33:33 EST 2006
+Last updated: Sat Feb 11 16:55:42 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -546,7 +546,7 @@ first.
Currently, while \e saves a single statement as one entry, interactive statements are saved one line at a time. Ideally all statements would be saved like \e does.