psql screen size - Mailing list pgsql-general

From wstrzalka
Subject psql screen size
Date
Msg-id d2cc082a-8b17-4f62-a888-ed69de3d039b@b1g2000hsg.googlegroups.com
Whole thread Raw
Responses Re: psql screen size  (Peter Eisentraut <peter_e@gmx.net>)
Re: psql screen size  (Sam Mason <sam@samason.me.uk>)
Re: psql screen size  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-general
I'm using psql mainly in putty window.

I have a problem while resizing the window.
When changing the window size (and those chars per row) psql output
becomes mess, the only rescue is to exit and run the psql again. It
looks like it's initializing the output params at startup and don't
refresh it in runtime.
Is there any way to deal with it? Or maybe some patch to psql could be
applied? If shell console or vi can work this way why not psql?


pgsql-general by date:

Previous
From: Ron Mayer
Date:
Subject: Re: Are there plans to add data compression feature to postgresql?
Next
From: Bruno Baguette
Date:
Subject: Re: [PLPGSQL] PERFORM into an EXECUTE allowed ?