psql history buffer.

From: Nigel Tamplin <nigel(at)metica(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: psql history buffer.
Date: 1999-10-13 14:25:16
Message-ID: 3804964C.741BC978@metica.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have compiled postgres on a few different Linux boxes (all Red Hat
i386).

My question is regarding the psql program, on some of the machines
up/down cursor lets me scroll back and forth through the history buffer,
on other machines this luxury is gone and an up cursor results in.

template1=> select date('now');
date
----------
01-01-2000
(1 row)

template1=> ^[[A

Why is this?

Are there any libraries required by pgsql that maybe are present on some
machines and not others hence the different behaviour?

Thanks,

Nigel Tamplin.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-10-13 14:37:56 Re: [HACKERS] Outline for PostgreSQL book
Previous Message Tom Lane 1999-10-13 14:18:00 Re: [HACKERS] sort on huge table