"Bruno Baguette" <bruno(dot)baguette(at)netcourrier(dot)com> writes:
> I've a problem with psql and PostgreSQL 7.2.2 on i686-pc-linux-gnu server.
> When I hit the (upper arrow) key, I should have the last executed query
> displayed... But instead having the last query, I have a strange thing
> that appears : "^[[A" (without the quotes).
Sounds like you built it without libreadline support. You need both
readline and readline-devel packages installed when you configure and
build Postgres, or configure will leave it out.
regards, tom lane