diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-10 04:14:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-10 04:14:17 +0000 |
commit | af03b689dd136ebc870321ac871221b084fe26a3 (patch) | |
tree | 1efb76c18fbd7f3165c6e2e7536adff783707d92 | |
parent | c01999a557b5c9ae200a95024539b823dbcfacd5 (diff) | |
download | postgresql-af03b689dd136ebc870321ac871221b084fe26a3.tar.gz postgresql-af03b689dd136ebc870321ac871221b084fe26a3.zip |
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
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Feb 7 09:49:09 EST 2006 +Last updated: Thu Feb 9 23:14:14 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -605,7 +605,7 @@ Clients statements are saved one line at a time. Ideally all statements would be saved like \e does. - o Allow multi-line column values to align in the proper columns + o -Allow multi-line column values to align in the proper columns 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d9633c814ff..f7eced5ab80 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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. |