Re: another psql question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laurette Cisneros <laurette(at)nextbus(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: another psql question
Date: 2002-05-18 22:17:26
Message-ID: 24457.1021760246@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Laurette Cisneros <laurette(at)nextbus(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug Fields 2002-05-18 22:19:12 Re: Force a merge join?
Previous Message Tom Lane 2002-05-18 21:56:13 Re: Ordering of data on calls to user defined aggregate.