Re: Coursor keys don't work in "psql"

From: reina(at)nsi(dot)edu (Tony Reina)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Coursor keys don't work in "psql"
Date: 2001-08-01 20:23:56
Message-ID: f40d3195.0108011223.264110e8@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stuart Grimshaw <nospam(at)smgsystems(dot)co(dot)uk> wrote in message news:<81x97(dot)56$O34(dot)7220(at)wards>...
> Can anyone explain why my cursor keys don't work in psql?
>
> When I press one I get Up = ^[[A down = ^[[B etc.
>
> The last company I used to work for had the cursor keys working OK to
> scroll back through queries and cycle up & down through the last queries
> executed, so what might my problem be?

It sounds like your version of Postgres wasn't compiled with readline
libraries. You (or your system administrator) will need to re-compile
and make sure that the libraries are installed on your system and
found by the Postgres configure script during installation.

-Tony

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-08-01 22:29:17 Re: Re: creating postgres tables using existing table defs
Previous Message Mihai Gheorghiu 2001-08-01 19:26:09 Re: Corrupted tables?