From c96d5df53e5cf001ae1aa5c5a44c91dacbf85d6c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 30 Jun 2008 19:41:37 +0000 Subject: Add psql TODO item: > 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/src/FAQ/TODO.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/src/FAQ') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7392cc0e04e..a4f77376eba 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (bruce@momjian.us)
-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
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.htmlauto-table-layout +