diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-23 20:32:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-23 20:32:49 +0000 |
commit | bf8e53621508e239e94a1daf621a69b818e2dd53 (patch) | |
tree | b8c1a04ed55790e1405c1abef57521e224b861e2 | |
parent | bb36c18c51d9cb0121efcf543e98d55891baa39d (diff) | |
download | postgresql-bf8e53621508e239e94a1daf621a69b818e2dd53.tar.gz postgresql-bf8e53621508e239e94a1daf621a69b818e2dd53.zip |
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.
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
2 files changed, 11 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== 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 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 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 32023010d35..85ae4cbd1b0 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <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/> -Last updated: Thu Sep 22 23:05:53 EDT 2005 +Last updated: Fri Sep 23 16:32:41 EDT 2005 </p> <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>. @@ -521,6 +521,10 @@ first. in the second display column, rather than the first column as it 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> </li></ul> </li><li>pg_dump <ul> |