Re: PG Bug reporting form 2019-04-11 <15748-87e07bc377c37506@postgresql.org>
> Operating system: linux
Which Linux exactly? How did you install PostgreSQL?
> the arrow keys write like this ^[[A, ^[[B, ^[[C, ^[[D The commands history
> "is not working": meaning I cannot retrieve these
> last commands I entered by hitting the top arrow key.
> Instead, I have to type them again.
> it happens on Linux PostgreSQL shell.
> can you solve me this problem?
Usually this just means that the $TERM variable in your shell doesn't
match the terminal you are really using.
Christoph