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: Thu Sep 22 23:05:53 EDT 2005
5
+ Last updated: Fri Sep 23 16:32:41 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.
@@ -572,6 +572,11 @@ Clients
572
572
in the second display column, rather than the first column as it
573
573
does now.
574
574
575
+ o Display IN, INOUT, and OUT parameters in \df+
576
+
577
+ It probably requires psql to output newlines in the proper
578
+ column, which is already on the TODO list.
579
+
575
580
576
581
* pg_dump
577
582
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: Thu Sep 22 23:05:53 EDT 2005
11
+ Last updated: Fri Sep 23 16:32:41 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 > .
@@ -520,6 +520,10 @@ <h1><a name="section_9">Clients</a></h1>
520
520
< p > If the second output column value is 'a\nb', the 'b' should appear
521
521
in the second display column, rather than the first column as it
522
522
does now.
523
+ </ p >
524
+ </ li > < li > Display IN, INOUT, and OUT parameters in \df+
525
+ < p > It probably requires psql to output newlines in the proper
526
+ column, which is already on the TODO list.
523
527
</ p >
524
528
</ li > </ ul >
525
529
</ li > < li > pg_dump
You can’t perform that action at this time.
0 commit comments