Re: PostgreSQL10.x client Vs. PostgreSQL 11.x server - Mailing list pgsql-general

From Peter J. Holzer
Subject Re: PostgreSQL10.x client Vs. PostgreSQL 11.x server
Date
Msg-id 20200313100247.GA20459@hjp.at
Whole thread Raw
In response to Re: PostgreSQL10.x client Vs. PostgreSQL 11.x server  (Jimmy Angelakos <jimmy@2ndquadrant.com>)
List pgsql-general
On 2020-03-13 08:47:59 +0000, Jimmy Angelakos wrote:
> By using an older client, you will be missing out on the additional
> features that Postgres 11 (and its corresponding client) supports.

This is not correct. You can use all the additional features which only
affect the server. None of the major enhancements mentioned at the start
of the release notes (partitioning, parallelism, stored procedures, JIT,
...) should depend on the client.

I am talking about low level client libraries here, like libpq or a
ODBC, JDBC or DBD driver. An ORM or similar framework may well depend on
server-side enhancements. Also, client programs (e.g. psql) may also
have some enhancements.

        hp

--
   _  | Peter J. Holzer    | Story must make more sense than reality.
|_|_) |                    |
| |   | hjp@hjp.at         |    -- Charles Stross, "Creative writing
__/   | http://www.hjp.at/ |       challenge!"

Attachment

pgsql-general by date:

Previous
From: Jimmy Angelakos
Date:
Subject: Re: PostgreSQL10.x client Vs. PostgreSQL 11.x server
Next
From: Nicola Contu
Date:
Subject: Re: Streaming replication - 11.5