Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bf8e536

Browse files
committed
Add:
> > o Display IN, INOUT, and OUT parameters in \df+ > > It probably requires psql to output newlines in the proper > column, which is already on the TODO list.
1 parent bb36c18 commit bf8e536

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 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: Thu Sep 22 23:05:53 EDT 2005
5+
Last updated: Fri Sep 23 16:32:41 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -572,6 +572,11 @@ Clients
572572
in the second display column, rather than the first column as it
573573
does now.
574574

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+
575580

576581
* pg_dump
577582

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
520520
<p> If the second output column value is 'a\nb', the 'b' should appear
521521
in the second display column, rather than the first column as it
522522
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.
523527
</p>
524528
</li></ul>
525529
</li><li>pg_dump

0 commit comments

Comments
 (0)