Re: another psql question - Mailing list pgsql-general

From Tom Lane
Subject Re: another psql question
Date
Msg-id 24457.1021760246@sss.pgh.pa.us
Whole thread Raw
In response to another psql question  (Laurette Cisneros <laurette@nextbus.com>)
List pgsql-general
Laurette Cisneros <laurette@nextbus.com> writes:
> When output is displayed my terminal screen scrolling goes away and the
> output lines are not wrapped.  That is the output (is aligned) goes off the
> screen to the right and does not wrap and the scroll bar disapears so that
> I can't scroll back.

Offhand I'd guess that you are using a TERM setting that's not really
compatible with your terminal program.  You may need to do some
experimentation to figure out what TERM setting to use; or in extremis
replace your terminal program with something that comes closer to one
of the available settings.

Another variable to play with is switching to a different pager program
(if you're using "more", try "less", or vice versa).  In any case this
isn't psql's fault, at least not directly.  All it does is invoke the
pager program to display output.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Ordering of data on calls to user defined aggregate.
Next
From: Doug Fields
Date:
Subject: Re: Force a merge join?