Add psql TODO item:
authorBruce Momjian
Mon, 30 Jun 2008 19:41:37 +0000 (19:41 +0000)
committerBruce Momjian
Mon, 30 Jun 2008 19:41:37 +0000 (19:41 +0000)
>  o Add option to wrap column values at whitespace boundaries,
>           rather than chopping them at a fixed width.
>    Currently, "wrapped" format chops values into fixed
>    widths.  Perhaps the word wrapping could use the same
>    algorithm documented in the W3C specification.
>    http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
>    http://www.w3.org/TR/CSS21/tables.html#auto-table-layout

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

index 1b9f29862e8558fec7ed3a01e3b698cfa441e3e6..95cc981e4e8852cd38106079ee38e86765dcea97 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Jun 26 22:38:18 EDT 2008
+Last updated:      Mon Jun 30 15:41:25 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1121,7 +1121,14 @@ Clients
 
    o -Improve display of enums to show valid enum values
    o Add prompt escape to display the client and server versions
-
+   o Add option to wrap column values at whitespace boundaries,
+          rather than chopping them at a fixed width.
+
+     Currently, "wrapped" format chops values into fixed
+     widths.  Perhaps the word wrapping could use the same
+     algorithm documented in the W3C specification.
+     http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
+     http://www.w3.org/TR/CSS21/tables.html#auto-table-layout
 
 * pg_dump / pg_restore
    o %Add dumping of comments on index columns and composite type columns
index 7392cc0e04eb27a843a21f2c04ae6d1c8e3a5768..a4f77376ebac1c3a068e4bf788305a96590c300b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Jun 26 22:38:18 EDT 2008
+Last updated:           Mon Jun 30 15:41:25 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -969,6 +969,14 @@ first.  There is also a developer's wiki at
 

     
  • -Improve display of enums to show valid enum values
  •      
  • Add prompt escape to display the client and server versions
  • +    
  • Add option to wrap column values at whitespace boundaries,
  • +          rather than chopping them at a fixed width.
    +

              Currently, "wrapped" format chops values into fixed

    +          widths.  Perhaps the word wrapping could use the same
    +          algorithm documented in the W3C specification.
    +          http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
    +          auto-table-layout">http://www.w3.org/TR/CSS21/tables.htmlauto-table-layout
    +

       
       
  • pg_dump / pg_restore
  •