mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
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:
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user