Commit 8e497c73 authored by Peter Eisentraut's avatar Peter Eisentraut

psql: Remove notice about readline from --version output

This was from a time when readline support wasn't standard.  And it
doesn't help analyzing current line editing library problems.
parent 27314d32
......@@ -651,10 +651,6 @@ static void
showVersion(void)
{
puts("psql (PostgreSQL) " PG_VERSION);
#if defined(USE_READLINE)
puts(_("contains support for command-line editing"));
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment