Обсуждение: pgsql: Add psql TODO item: > o Add option to wrap column values at

Поиск
Список
Период
Сортировка

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

От
momjian@postgresql.org (Bruce Momjian)
Дата:
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)