Re: compatibility matrix between client and server - Mailing list pgsql-general

From Laurenz Albe
Subject Re: compatibility matrix between client and server
Date
Msg-id f16255ccf97b1fec2b4d33eaf967973b0ed97abd.camel@cybertec.at
Whole thread Raw
In response to compatibility matrix between client and server  (Matthias Apitz <guru@unixarea.de>)
Responses Re: compatibility matrix between client and server
List pgsql-general
On Mon, 2020-09-07 at 11:22 +0200, Matthias Apitz wrote:
> Is there some matrix about which PG client versions, esp. the shared
> libs of ESQL/C can work with which PG server versions. We have a case
> where a customer wants to use his own PG server, perhaps even on
> Windows, with our 11.4 client version (compiled by us) and used via
> ESQL/C.

There is no such matrix, but since the protocol hasn't changed in a long
time, anything but truly ancient servers should work.

The bigger problem is that some of your SQL statements might fail, if
they use syntax that didn't exist back then.

However, if I were you, I'd refuse to support any PostgreSQL major
version that is no longer supported by the project:
https://www.postgresql.org/support/versioning/
So, nothing older than 9.5.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: compatibility matrix between client and server
Next
From: Ron
Date:
Subject: Re: compatibility matrix between client and server