Add description and item:
authorBruce Momjian
Fri, 26 Aug 2005 19:41:18 +0000 (19:41 +0000)
committerBruce Momjian
Fri, 26 Aug 2005 19:41:18 +0000 (19:41 +0000)
>
>    Currently, while \e saves a single query as one entry, interactive
>    queries are saved one line at a time.  Ideally all queries
>    whould be saved like \e does.
>
>  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
>    does now.

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

index e60941194c60fa193bd80555a81f477a758cd5fb..202b78f0ed66e56ebf9a04793bd381b70d61f2e9 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Aug 26 15:32:39 EDT 2005
+Last updated:      Fri Aug 26 15:41:03 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -539,6 +539,16 @@ Clients
    o Consistently display privilege information for all objects in psql
    o Improve psql's handling of multi-line queries
 
+     Currently, while \e saves a single query as one entry, interactive
+     queries are saved one line at a time.  Ideally all queries
+     whould be saved like \e does.
+
+   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
+     does now.
+
 
 * pg_dump
 
index 4a3a825286b225d9f5cd80e2130994c8c0b86fbc..cb43147fb236229c59bc8242d98e825d0551b7fc 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Aug 26 15:32:39 EDT 2005
+Last updated:           Fri Aug 26 15:41:03 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -488,6 +488,15 @@ first.
           than toggle
     
  • Consistently display privilege information for all objects in psql
  •      
  • Improve psql's handling of multi-line queries
  • +

              Currently, while \e saves a single query as one entry, interactive

    +          queries are saved one line at a time.  Ideally all queries
    +          whould be saved like \e does.
    +

    +    
  • 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.
    +

       
       
  • pg_dump
  •