postgresql 7.3.1 + readline

Started by Antonios Linakisabout 23 years ago2 messagesgeneral
Jump to latest
#1Antonios Linakis
krom@krom.org

I compiled postgresql WITH readline support
./configure command found that everything is ok and compiled readline
properly.
Problem is, that now that I am trying to use the previous command by
pushing the up arrow I get e ^[A] character instead of the previous command.
Why is happening this?
Did I forget anything else?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Antonios Linakis (#1)
Re: postgresql 7.3.1 + readline

Antonios Linakis <krom@krom.org> writes:

I compiled postgresql WITH readline support
./configure command found that everything is ok and compiled readline
properly.
Problem is, that now that I am trying to use the previous command by
pushing the up arrow I get e ^[A] character instead of the previous command.

I'd bet on a wrong TERM setting.

regards, tom lane