Read line feature

From: Dorin Grunberg <dorin(at)visgen(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Read line feature
Date: 2001-04-16 17:22:42
Message-ID: 4.2.0.58.20010416120908.00b03100@pophost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,

I am trying to install postgresql 7.1 on an OpenBSD 2.8 with Readline 4.1
with the following command:

./configure --with-perl --with-includes=/usr/local/include/readline
--with-libs=/usr/local/lib

( I did check for the presence of libreadline.a and libhistory.a)

and I did try with this one too:

./configure --with-perl --with-includes=/usr/local/include
--with-libs=/usr/local/lib

Everything goes perfect the database is installed and everything works
except the history feature.

I did create a .psql_history in the /home/postgres but it doesn't look like
it's working.

Any help would be greatly appreciated,

Dorin

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dorin Grunberg 2001-04-16 18:42:44 Re: Read line feature
Previous Message Tom Lane 2001-04-16 17:14:38 Re: Read line feature