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?