Done:
authorBruce Momjian
Fri, 10 Feb 2006 04:14:17 +0000 (04:14 +0000)
committerBruce Momjian
Fri, 10 Feb 2006 04:14:17 +0000 (04:14 +0000)
<  o Allow multi-line column values to align in the proper columns
>  o -Allow multi-line column values to align in the proper columns

doc/TODO
doc/src/FAQ/TODO.html

index cb14317644ad4346f67a828cffed26e589f616ef..61aa4b0977823ff9168664d883720be1085d1bd4 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Feb  7 09:49:09 EST 2006
+Last updated:      Thu Feb  9 23:14:14 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -605,7 +605,7 @@ Clients
      statements are saved one line at a time.  Ideally all statements
      would be saved like \e does.
 
-   o Allow multi-line column values to align in the proper columns
+   o -Allow multi-line column values to align in the proper columns
 
      If the second output column value is 'a\nb', the 'b' should appear
      in the second display column, rather than the first column as it
index d9633c814ff740931d2b4e7e09f1f3c8e71a9eb6..f7eced5ab8065e50fb88f0c41d30e65872357b2e 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Feb  7 09:49:09 EST 2006
+Last updated:           Thu Feb  9 23:14:14 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -551,7 +551,7 @@ first.
           statements are saved one line at a time.  Ideally all statements
           would be saved like \e does.
 

-    
  • Allow multi-line column values to align in the proper columns
  • +    
  • -Allow multi-line column values to align in the proper columns
  •  

              If the second output column value is 'a\nb', the 'b' should appear

               in the second display column, rather than the first column as it
               does now.