File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Thu Jun 26 22:38:18 EDT 2008
4
+ Last updated: Mon Jun 30 15:41:25 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1121,7 +1121,14 @@ Clients
1121
1121
1122
1122
o -Improve display of enums to show valid enum values
1123
1123
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
1125
1132
1126
1133
* pg_dump / pg_restore
1127
1134
o %Add dumping of comments on index columns and composite type columns
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Thu Jun 26 22:38:18 EDT 2008
11
+ Last updated: Mon Jun 30 15:41:25 EDT 2008
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="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>
969
969
</ p >
970
970
</ li > < li > -< em > Improve display of enums to show valid enum values</ em >
971
971
</ 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
+ < a href ="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php "> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php</ a >
978
+ < a href ="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 >
972
980
</ li > </ ul >
973
981
</ li > < li > pg_dump / pg_restore
974
982
< ul >
You can’t perform that action at this time.
0 commit comments