using psql 11.4 with a server 13.0 && meta commands - Mailing list pgsql-general

From Matthias Apitz
Subject using psql 11.4 with a server 13.0 && meta commands
Date
Msg-id 20201021115401.GA15270@r314251-amd64
Whole thread Raw
Responses Re: using psql 11.4 with a server 13.0 && meta commands  (Ian Lawrence Barwick <barwick@gmail.com>)
Re: using psql 11.4 with a server 13.0 && meta commands  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: using psql 11.4 with a server 13.0 && meta commands  ("Ireneusz Pluta/wp.pl" <ipluta@wp.pl>)
List pgsql-general
Hello,

I've found the following problem using psql 11.4 against a server 13.0:

$ export LANG=en_US.UTF-8
$ psql -Usisis -dsisis
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=# \d dbctest
FEHLER:  Spalte c.relhasoids existiert nicht
LINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi...
                                                             ^
sisis=#

Is this expected? Are there other bigger issues with commands. I see the
message "Some psql features might not work.", but that this affects also
"normal" commands of daily use...

Thanks

    matthias
-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
Без книги нет знания, без знания нет коммунизма (Влaдимир Ильич Ленин)
Without books no knowledge - without knowledge no communism (Vladimir Ilyich Lenin)
Sin libros no hay saber - sin saber no hay comunismo. (Vladimir Ilich Lenin)



pgsql-general by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: RUM and WAL-generation
Next
From: Ian Lawrence Barwick
Date:
Subject: Re: using psql 11.4 with a server 13.0 && meta commands