pgsql: Add psql TODO item: > o Add option to wrap column values at

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add psql TODO item: > o Add option to wrap column values at
Date: 2008-06-30 19:41:37
Message-ID: 20080630194137.B66E3754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc:
TODO (r1.2477 -> r1.2478)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2477&r2=1.2478)
pgsql/doc/src/FAQ:
TODO.html (r1.983 -> r1.984)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.983&r2=1.984)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-06-30 19:45:15 pgsql: Add psql TODO: > o Add "auto" expanded mode that outputs in
Previous Message Teodor Sigaev 2008-06-30 18:30:49 pgsql: ltree support for multibyte encodings.