1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
< 	o Allow multi-line column values to align in the proper columns
> 	o -Allow multi-line column values to align in the proper columns
This commit is contained in:
Bruce Momjian
2006-02-10 04:14:17 +00:00
parent c01999a557
commit af03b689dd
2 changed files with 4 additions and 4 deletions

View File

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