Re: [ADMIN] psql command line history not working

2002-04-16 Thread Edipo Elder Fernandes de Melo
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

[ADMIN] psql command line history not working

2002-04-15 Thread Charlie Toohey
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

Re: [ADMIN] psql command line history not working

2002-04-15 Thread Peter Eisentraut
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. --

Re: [ADMIN] psql command line history not working

2002-04-15 Thread Dan MacNeil
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 command line history and editing to work