From 62cfa0f75c18822e0b9811d124eae454451a94ed Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 Oct 2005 18:50:56 +0000 Subject: [PATCH] Add: > > o Add auto-expanded mode so expanded output is used if the row > length is wider than the screen width. > > Consider using auto-expanded mode for backslash commands like \df+. --- doc/TODO | 7 ++++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index c95a1c46f8..ee0ce7d9bd 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: Mon Oct 24 14:08:49 EDT 2005 +Last updated: Tue Oct 25 14:50:55 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -584,6 +584,11 @@ Clients 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 + length is wider than the screen width. + + Consider using auto-expanded mode for backslash commands like \df+. + * pg_dump diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9ce08ef004..e284f15ff2 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: Mon Oct 24 14:08:49 EDT 2005 +Last updated: Tue Oct 25 14:50:55 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -530,6 +530,10 @@ first.

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

    +
  • Add auto-expanded mode so expanded output is used if the row + length is wider than the screen width. +

    Consider using auto-expanded mode for backslash commands like \df+.

  • pg_dump -- 2.40.0