Skip to content

Commit af03b68

Browse files
committed
Done:
< o Allow multi-line column values to align in the proper columns > o -Allow multi-line column values to align in the proper columns
1 parent c01999a commit af03b68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Tue Feb 7 09:49:09 EST 2006
5+
Last updated: Thu Feb 9 23:14:14 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -605,7 +605,7 @@ Clients
605605
statements are saved one line at a time. Ideally all statements
606606
would be saved like \e does.
607607

608-
o Allow multi-line column values to align in the proper columns
608+
o -Allow multi-line column values to align in the proper columns
609609

610610
If the second output column value is 'a\nb', the 'b' should appear
611611
in the second display column, rather than the first column as it

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Feb 7 09:49:09 EST 2006
11+
Last updated: Thu Feb 9 23:14:14 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -551,7 +551,7 @@ <h1><a name="section_9">Clients</a></h1>
551551
statements are saved one line at a time. Ideally all statements
552552
would be saved like \e does.
553553
</p>
554-
</li><li>Allow multi-line column values to align in the proper columns
554+
</li><li>-<em>Allow multi-line column values to align in the proper columns</em>
555555
<p> If the second output column value is 'a\nb', the 'b' should appear
556556
in the second display column, rather than the first column as it
557557
does now.

0 commit comments

Comments
 (0)