psql screen size

From: wstrzalka <wstrzalka(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psql screen size
Date: 2008-10-27 08:59:42
Message-ID: d2cc082a-8b17-4f62-a888-ed69de3d039b@b1g2000hsg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Jochem 2008-10-27 09:43:47 Re: partitioning a table containing millions of records
Previous Message Bruno Baguette 2008-10-27 08:41:35 Re: [PLPGSQL] PERFORM into an EXECUTE allowed ?