Add:
authorBruce Momjian
Fri, 23 Sep 2005 20:32:49 +0000 (20:32 +0000)
committerBruce Momjian
Fri, 23 Sep 2005 20:32:49 +0000 (20:32 +0000)
>
>  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.

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

index a059a1d7166210361c97c94e5ca710cfa9f991a9..0166d43b809c4e1aee53659b1aa0467961c13dcc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Sep 22 23:05:53 EDT 2005
+Last updated:      Fri Sep 23 16:32:41 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -572,6 +572,11 @@ 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.
+
 
 * pg_dump
 
index 32023010d355d81bbdd1a9d2ef8f8921908b4135..85ae4cbd1b0c6e5a4308a5df6b48ca5507d790f5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Sep 22 23:05:53 EDT 2005
+Last updated:           Fri Sep 23 16:32:41 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -520,6 +520,10 @@ first.
 

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

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

       
       
  • pg_dump