Re: psql on red hat 7.1

From: Justin Clift <justin(at)postgresql(dot)org>
To: newsreader(at)mediaone(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql on red hat 7.1
Date: 2001-07-23 00:23:51
Message-ID: 3B5B6E97.CC0F6585@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm guessing that you've compiled your own version of PostgreSQL 7.1.2.

The symptoms you mention are what happens when PostgreSQL is compiled
without the "readline" library(ies). Normally the PostgreSQL
"configure" program finds this if it's on your system, but I'm thinking
that perhaps you don't have it installed or the "configure" program
didn't find it for some reason.

You should probably compile PostgreSQL again, making sure that it can
find the readline library(ies). This will give you a psql command line
history, etc.

:-)

Regards and best wishes,

Justin Clift

newsreader(at)mediaone(dot)net wrote:
>
> After upgrading to red hat 7.1
> I can no longer use arrow keys to browse
> the psql history
>
> The file .psql_history is my home
> directory.
>
> Can someone help me?
>
> I am using 7.1.2
>
> Thanks
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicholas 2001-07-23 01:11:19 Licensing of SPIs
Previous Message Lee Harr 2001-07-22 22:57:43 Re: Copy and serial type problem