Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc96d5df

Browse files
committed
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
1 parent8eee65c commitc96d5df

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

‎doc/TODO

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Thu Jun26 22:38:18 EDT 2008
4+
Last updated:Mon Jun30 15:41:25 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1121,7 +1121,14 @@ Clients
11211121

11221122
o -Improve display of enums to show valid enum values
11231123
o Add prompt escape to display the client and server versions
1124-
1124+
o Add option to wrap column values at whitespace boundaries,
1125+
rather than chopping them at a fixed width.
1126+
1127+
Currently, "wrapped" format chops values into fixed
1128+
widths. Perhaps the word wrapping could use the same
1129+
algorithm documented in the W3C specification.
1130+
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
1131+
http://www.w3.org/TR/CSS21/tables.html#auto-table-layout
11251132

11261133
* pg_dump / pg_restore
11271134
o %Add dumping of comments on index columns and composite type columns

‎doc/src/FAQ/TODO.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Thu Jun26 22:38:18 EDT 2008
11+
Last updated:Mon Jun30 15:41:25 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -969,6 +969,14 @@ <h1><a name="section_10">Clients</a></h1>
969969
</p>
970970
</li><li>-<em>Improve display of enums to show valid enum values</em>
971971
</li><li>Add prompt escape to display the client and server versions
972+
</li><li>Add option to wrap column values at whitespace boundaries,
973+
rather than chopping them at a fixed width.
974+
<p> Currently, "wrapped" format chops values into fixed
975+
widths. Perhaps the word wrapping could use the same
976+
algorithm documented in the W3C specification.
977+
<ahref="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php</a>
978+
<ahref="http://www.w3.org/TR/CSS21/tables.html<strong>auto-table-layout">http://www.w3.org/TR/CSS21/tables.html</strong>auto-table-layout</a>
979+
</p>
972980
</li></ul>
973981
</li><li>pg_dump / pg_restore
974982
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp