From: | Ron Johnson <ronljohnsonjr(at)gmail(dot)com> |
---|---|
To: | "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: client/server versions |
Date: | 2023-11-21 13:07:26 |
Message-ID: | CANzqJaBMNfvXB8ND2uWHXw=jR++wu4a+3=gLRO98gVTvN=BcLA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Nov 21, 2023 at 6:29 AM Dick Visser <dnmvisser(at)gmail(dot)com> wrote:
> Hi
>
> I'm working with AWS RDS PG instances that have been created over time,
> and that by now are a mix of several major/minor versions ranging from 12
> to 15.
> The initial configuration and management is done from an EC2 instance
> running Debian 11, which has Postrgres 13.13.
> I already found out that there are compatibility issues if I use the
> client programs from the Debian VM when they're older than the server
> version.
>
Like what?
psql can *sometimes* be wonky when running against newer servers, as can
PgAdmin4, but that's because they won't understand changed catalog tables.
Do the other client programs use new SQL features?
From | Date | Subject | |
---|---|---|---|
Next Message | Dick Visser | 2023-11-21 13:31:08 | Re: client/server versions |
Previous Message | Ray O'Donnell | 2023-11-21 12:58:48 | Re: pgBackRest on old installation |