Em 15 Apr 2002, Peter Eisentraut escreveu:
>> I am trying to get command line history and editing to work with psql, as
>> life is a pain without it.
>
>Check that you have the readline header files installed (and if configure
>finds them; readline.h, history.h or similar). Look for RPMs
>r
and is:
apt-get install libreadline4-dev
Hope this helps
- Original Message -
From: "Charlie Toohey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 1:53 PM
Subject: [ADMIN] psql command line history not working
> I am trying to get comm
Charlie Toohey writes:
> I am trying to get command line history and editing to work with psql, as
> life is a pain without it.
Check that you have the readline header files installed (and if configure
finds them; readline.h, history.h or similar). Look for RPMs
readline-devel or some such.
--
I am trying to get command line history and editing to work with psql, as
life is a pain without it.
I'm running PostgreSQL 7.1.3 on Linux.
Documenation on this subject is very archaic, but I have done the following
so far:
- installed readline library
- run ./configure with the following com