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.
This commit is contained in:
parent
27314d32a8
commit
8e497c731b
@ -651,10 +651,6 @@ static void
|
|||||||
showVersion(void)
|
showVersion(void)
|
||||||
{
|
{
|
||||||
puts("psql (PostgreSQL) " PG_VERSION);
|
puts("psql (PostgreSQL) " PG_VERSION);
|
||||||
|
|
||||||
#if defined(USE_READLINE)
|
|
||||||
puts(_("contains support for command-line editing"));
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user