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

Commitacba287

Browse files
committed
Add description and item:
>> Currently, while \e saves a single query as one entry, interactive> queries are saved one line at a time. Ideally all queries> whould be saved like \e does.>> 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> does now.
1 parentcad7f83 commitacba287

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

‎doc/TODO

Lines changed: 11 additions & 1 deletion
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:Fri Aug 26 15:32:39 EDT 2005
5+
Last updated:Fri Aug 26 15:41:03 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -539,6 +539,16 @@ Clients
539539
o Consistently display privilege information for all objects in psql
540540
o Improve psql's handling of multi-line queries
541541

542+
Currently, while \e saves a single query as one entry, interactive
543+
queries are saved one line at a time. Ideally all queries
544+
whould be saved like \e does.
545+
546+
o Allow multi-line column values to align in the proper columns
547+
548+
If the second output column value is 'a\nb', the 'b' should appear
549+
in the second display column, rather than the first column as it
550+
does now.
551+
542552

543553
* pg_dump
544554

‎doc/src/FAQ/TODO.html

Lines changed: 10 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Aug 26 15:32:39 EDT 2005
11+
Last updated: Fri Aug 26 15:41:03 EDT 2005
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>.
@@ -488,6 +488,15 @@ <h1><a name="section_9">Clients</a></h1>
488488
than toggle
489489
</li><li>Consistently display privilege information for all objects in psql
490490
</li><li>Improve psql's handling of multi-line queries
491+
<p> Currently, while \e saves a single query as one entry, interactive
492+
queries are saved one line at a time. Ideally all queries
493+
whould be saved like \e does.
494+
</p>
495+
</li><li>Allow multi-line column values to align in the proper columns
496+
<p> If the second output column value is 'a\nb', the 'b' should appear
497+
in the second display column, rather than the first column as it
498+
does now.
499+
</p>
491500
</li></ul>
492501
</li><li>pg_dump
493502
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp