Re: psql shell problem

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: <pgsql-general(at)postgresql(dot)org>, "Frank Bax" <fbax(at)sympatico(dot)ca>
Subject: Re: psql shell problem
Date: 2001-05-21 16:42:49
Message-ID: 005201c0e215$143ff3e0$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: "Frank Bax" <fbax(at)sympatico(dot)ca>

> I have a machine with OpenBSD 2.6 and PSQL 6.5.3 that allows the use of
> up-arrow to retreive/edit previous commands.
>
> I recently built a new machine with OpenBSD 2.8 and PSQL 7.0.2 (from
> package) and this feature is GONE!
>
> Is there some way to get this functionality back (hopefully without
> changing a compile-time option and compiling from source)?

Check the docs/FAQ for mentions of the "readline" library - you either
haven't got it or install didn't find it.

You are going to need a recompile, but if you're cunning you might be able
to get away with just recompiling the client (don't ask me how).

- Richard Huxton

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2001-05-21 16:44:50 Re: LIKE erratic? or unseen DB corruption?
Previous Message Richard Huxton 2001-05-21 16:40:54 Re: [GENERAL] Queries across multiple databases  (was: SELECT from a table in another database).