Re: compatibility matrix between client and server

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: compatibility matrix between client and server
Дата
Msg-id f16255ccf97b1fec2b4d33eaf967973b0ed97abd.camel@cybertec.at
обсуждение исходный текст
Ответ на compatibility matrix between client and server  (Matthias Apitz <guru@unixarea.de>)
Ответы Re: compatibility matrix between client and server  (Ron <ronljohnsonjr@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Matthias Apitz
Дата:
Сообщение: compatibility matrix between client and server
Следующее
От: Ron
Дата:
Сообщение: Re: compatibility matrix between client and server