Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: c Campo <cc(at)cj3(dot)cc>
Cc: Sergei Kornilov <sk(at)zsrv(dot)org>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date: 2019-06-28 13:02:49
Message-ID: 20190628130248.GA30067@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2019-Jun-28, c Campo wrote:

> I don't know what postgres intends to use older versions of psql to
> connect to version 12; if postgres intends with RELEASE version 12 to
> only use version 12 of psql to connect to the version 12 postgres,

Older versions work, but some specific features don't. This is
expected, known, and the only way to allow things to move forward.

> then postgres is ok; if not, then there is a problem. If the intension
> is the former, then documentation should state so.

It seems okay. This is what psql says that when you connect:

> WARNING: psql major version 9.6, server major version 12.
> Some psql features might not work.

It seems very clear to me, but maybe I'm just too used to it.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-06-28 14:25:40 Re: BUG #15880: ERROR: could not open extension control file "/usr/pgsql-11/share/extension/pgagent.control": No su
Previous Message Daniel Gustafsson 2019-06-28 13:00:09 Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR