File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Mon Oct 24 14:08:49 EDT 2005
5
+ Last updated: Tue Oct 25 14:50:55 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -584,6 +584,11 @@ Clients
584
584
It probably requires psql to output newlines in the proper
585
585
column, which is already on the TODO list.
586
586
587
+ o Add auto-expanded mode so expanded output is used if the row
588
+ length is wider than the screen width.
589
+
590
+ Consider using auto-expanded mode for backslash commands like \df+.
591
+
587
592
588
593
* pg_dump
589
594
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Mon Oct 24 14:08:49 EDT 2005
11
+ Last updated: Tue Oct 25 14:50:55 EDT 2005
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 > .
@@ -530,6 +530,10 @@ <h1><a name="section_9">Clients</a></h1>
530
530
</ li > < li > Display IN, INOUT, and OUT parameters in \df+
531
531
< p > It probably requires psql to output newlines in the proper
532
532
column, which is already on the TODO list.
533
+ </ p >
534
+ </ li > < li > Add auto-expanded mode so expanded output is used if the row
535
+ length is wider than the screen width.
536
+ < p > Consider using auto-expanded mode for backslash commands like \df+.
533
537
</ p >
534
538
</ li > </ ul >
535
539
</ li > < li > pg_dump
You can’t perform that action at this time.
0 commit comments