From: Bruce Momjian Date: Fri, 23 Sep 2005 20:32:49 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_1_0BETA3~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf8e53621508e239e94a1daf621a69b818e2dd53;p=postgresql 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. --- diff --git a/doc/TODO b/doc/TODO index a059a1d716..0166d43b80 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 32023010d3..85ae4cbd1b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -520,6 +520,10 @@ first.

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 does now. +

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