mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 19:30:25 -05: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:
parent
27314d32a8
commit
8e497c731b
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue