Re: Proposed patch - psql wraps at window width

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, "Bruce Momjian" <bruce(at)momjian(dot)us>, "Brendan Jurd" <direvus(at)gmail(dot)com>, "Bryce Nesbitt" <bryce2(at)obviously(dot)com>, heikki(at)enterprisedb(dot)com
Subject: Re: Proposed patch - psql wraps at window width
Date: 2008-04-24 15:21:28
Message-ID: 200804241721.29130.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Am Donnerstag, 24. April 2008 schrieb Gregory Stark:
> b) If you dump to a file it will still respect COLUMNS. This might be a bit
>    weird since bash sets COLUMNS so your file width will be based on the
> size of your terminal. But people also do things like COLUMNS=120 psql -o f
> ...

Well, the feature is labeled "psql wraps at window width". If the output
isn't on a window, then it shouldn't wrap. I certainly don't want the output
to a file to depend on the size of the window at the time.

Perhaps having a variable inside psql to control this explicitly could be
useful for the case you describe.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-04-24 15:25:06 Re: WIP: psql default banner patch
Previous Message Simon Riggs 2008-04-24 15:18:53 Re: Avoiding a needless failure of PITR

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2008-04-24 15:50:44 Re: Proposed patch - psql wraps at window width
Previous Message Albe Laurenz 2008-04-24 15:08:06 Re: Improve shutdown during online backup, take 4