Done:
authorBruce Momjian
Tue, 18 Jul 2006 18:20:51 +0000 (18:20 +0000)
committerBruce Momjian
Tue, 18 Jul 2006 18:20:51 +0000 (18:20 +0000)
        o -Display IN, INOUT, and OUT parameters in \df

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

index 18ad3542facb673056d70a2319da6bf6d3ab63c7..294939fa75309050deb8b993aefc2367a3af32bf 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Jul 10 11:44:25 EDT 2006
+Last updated:      Tue Jul 18 14:20:41 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -773,11 +773,7 @@ Clients
      in the second display column, rather than the first column as it
      does now.
 
-   o Display IN, INOUT, and OUT parameters in \df+
-
-     It probably requires psql to output newlines in the proper
-     column, which is already on the TODO list.
-
+   o -Display IN, INOUT, and OUT parameters in \df
    o Add auto-expanded mode so expanded output is used if the row
      length is wider than the screen width.  
 
index 58afa3d10beb9629150ca6905088361bc9558e88..ba5be9c787f2119c1351a800b73b47aa68340ec4 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Jul 10 11:44:25 EDT 2006
+Last updated:           Tue Jul 18 14:20:41 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -702,10 +702,7 @@ first.
           in the second display column, rather than the first column as it
           does now.
 

-    
  • Display IN, INOUT, and OUT parameters in \df+
  • -

              It probably requires psql to output newlines in the proper

    -          column, which is already on the TODO list.
    -

    +    
  • -Display IN, INOUT, and OUT parameters in \df
  •      
  • Add auto-expanded mode so expanded output is used if the row
  •            length is wider than the screen width.  
     

              Consider using auto-expanded mode for backslash commands like \df+.