Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR - Mailing list pgsql-bugs

From Daniel Gustafsson
Subject Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Date
Msg-id 5B8FBEBC-64B1-4D48-9438-833384CCD45A@yesql.se
Whole thread Raw
In response to Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR  (c Campo <cc@cj3.cc>)
List pgsql-bugs
> On 28 Jun 2019, at 14:55, c Campo <cc@cj3.cc> wrote:

> I don't know what postgres intends to use older versions of psql to connect to version 12; if postgres intends with
RELEASEversion 12 to only use version 12 of psql to connect to the version 12 postgres, then postgres is ok; if not,
thenthere is a problem. If the intension is the former, then documentation should state so. 

The documentation states this in Notes section for psql:

    "psql works best with servers of the same or an older major version.
    Backslash commands are particularly likely to fail if the server is of
    a newer version than psql itself.  However, backslash commands of the
    \d family should work with servers of versions back to 7.4, though not
    necessarily with servers newer than psql itself."

See https://www.postgresql.org/docs/12/app-psql.html for reference.

cheers ./daniel


pgsql-bugs by date:

Previous
From: c Campo
Date:
Subject: Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #15881: \d name_of_any_table_in_any_database produces ERROR