Re: [GENERAL] Postgresql v6.5 changes

From: Adriaan Joubert <a(dot)joubert(at)albourne(dot)com>
To: Bob Kruger <bkruger(at)mindspring(dot)com>
Cc: Postgres-General <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Postgresql v6.5 changes
Date: 1999-06-16 15:53:49
Message-ID: 3767C88D.5484B163@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Kruger wrote:
>
> A quick question -
>
> Last week I compiled and ran ver 6.5 beta2. I noticed that the "up arrow"
> key would allow me to easily edit my previous command. In working out a
> quick query, I always thought this was a nice feature that MySQL had and
> Postgres did not.
>
> I have since downloaded and compiled v6.5, and noticed that this function
> has gone away.
>
> Did I do something by chance to enable this, or has this feature been
> withdrawn from the distribution version. Or, do I need to do something to
> bring this feature back?

You need to make sure that the readline libraries are found. The
--with-includes and --with-libs options to configure are a good bet.
readline is available from all good ftp sites in the gnu directory (e.g.
http://sunsite.doc.ic.ac.uk/packages/gnu/readline/
)

Check config.status to see whether it has been found.

Adriaan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John M. Flinchbaugh 1999-06-16 15:56:48 Re: [GENERAL] initdb in 6.5 not creating 'postgres' db
Previous Message Bruce Momjian 1999-06-16 15:41:42 Re: [GENERAL] Postgresql v6.5 changes