W dniu 2020-09-28 o 13:39, Matthias Apitz pisze:
El día lunes, septiembre 28, 2020 a las 12:17:26p. m. +0200, Paul Förster escribió:
$ psql -Usisis -dsisis
SET
psql (11.4, server 13.0)
WARNING: psql major version 11, server major version 13.
Some psql features might not work.
Type "help" for help.
sisis=#
try the -q switch to psql:
$ psql -q
That should do.
Yes, I know this flag. But this removes also the lines
psql (11.4, server 13.0)
Type "help" for help.
I only want remove the WARNING lines.
matthias
Matthias,
just install the psql binary of the 13.0 release in a separate path, and use it when connecting to
the 13.0 server.