mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Done:
o -Display IN, INOUT, and OUT parameters in \df
This commit is contained in:
parent
fcd1b0d891
commit
c5fad5f35e
8
doc/TODO
8
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Mon Jul 10 11:44:25 EDT 2006
|
Last updated: Tue Jul 18 14:20:41 EDT 2006
|
||||||
|
|
||||||
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.
|
||||||
@ -773,11 +773,7 @@ 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+
|
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.
|
|
||||||
|
|
||||||
o Add auto-expanded mode so expanded output is used if the row
|
o Add auto-expanded mode so expanded output is used if the row
|
||||||
length is wider than the screen width.
|
length is wider than the screen width.
|
||||||
|
|
||||||
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Mon Jul 10 11:44:25 EDT 2006
|
Last updated: Tue Jul 18 14:20:41 EDT 2006
|
||||||
</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>.
|
||||||
@ -702,10 +702,7 @@ first.
|
|||||||
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>
|
</p>
|
||||||
</li><li>Display IN, INOUT, and OUT parameters in \df+
|
</li><li>-<em>Display IN, INOUT, and OUT parameters in \df</em>
|
||||||
<p> It probably requires psql to output newlines in the proper
|
|
||||||
column, which is already on the TODO list.
|
|
||||||
</p>
|
|
||||||
</li><li>Add auto-expanded mode so expanded output is used if the row
|
</li><li>Add auto-expanded mode so expanded output is used if the row
|
||||||
length is wider than the screen width.
|
length is wider than the screen width.
|
||||||
<p> Consider using auto-expanded mode for backslash commands like \df+.
|
<p> Consider using auto-expanded mode for backslash commands like \df+.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user