1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00
>
> 	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.
This commit is contained in:
Bruce Momjian
2005-09-23 20:32:49 +00:00
parent bb36c18c51
commit bf8e536215
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Sep 22 23:05:53 EDT 2005 Last updated: Fri Sep 23 16:32:41 EDT 2005
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
@ -572,6 +572,11 @@ Clients
in the second display column, rather than the first column as it in the second display column, rather than the first column as it
does now. does now.
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.
* pg_dump * pg_dump

View File

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Sep 22 23:05:53 EDT 2005 Last updated: Fri Sep 23 16:32:41 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@ -520,6 +520,10 @@ first.
<p> If the second output column value is 'a\nb', the 'b' should appear <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 in the second display column, rather than the first column as it
does now. does now.
</p>
</li><li>Display IN, INOUT, and OUT parameters in \df+
<p> It probably requires psql to output newlines in the proper
column, which is already on the TODO list.
</p> </p>
</li></ul> </li></ul>
</li><li>pg_dump </li><li>pg_dump