Re: how to switch off: WARNING: psql major version 11, server major version 13

From: "Ireneusz Pluta/wp(dot)pl" <ipluta(at)wp(dot)pl>
To: Matthias Apitz <guru(at)unixarea(dot)de>, PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: how to switch off: WARNING: psql major version 11, server major version 13
Date: 2020-09-28 11:58:06
Message-ID: fd2cf903-dc34-fa8d-e944-7cd9f2870cbf@wp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2020-09-28 11:58:30 Re: Question about using ICU
Previous Message Ian Barwick 2020-09-28 11:57:19 Re: how to switch off: WARNING: psql major version 11, server major version 13