Re: psql overwrites command line

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Malik Rumi <malik(dot)a(dot)rumi(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: psql overwrites command line
Date: 2015-04-11 20:51:20
Message-ID: 1554.1428785480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Malik Rumi <malik(dot)a(dot)rumi(at)gmail(dot)com> writes:
> [ assorted misbehavior ]
> Can someone tell me a) what is going on here and b) how to fix it? Thanks.

What it looks like is that psql has the wrong idea about what sort of
terminal you're using (ie, which command language your terminal
window understands). With no more info than that you're on Ubuntu,
it's hard to be more specific than that. But try "echo $TERM" at the
shell command line to see what psql is being told about this, and then
see if that squares with the documentation about your terminal program.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Wood 2015-04-11 21:23:16 Re: psql overwrites command line
Previous Message Malik Rumi 2015-04-11 20:35:10 psql overwrites command line