Re: client/server versions

2023-11-21 Thread Adrian Klaver
On 11/21/23 03:28, Dick Visser 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

Re: client/server versions

2023-11-21 Thread Dick Visser
On Tue, 21 Nov 2023 at 15:00, Thiemo Kellner wrote: > > Ok, fair enough, but it puzzles me that the effort shall be put into > making a multitude of client verions working flawlessly with a multitude > of server versions instead of holding server (and client) versions the > same. > Yes, I know,

Re: client/server versions

2023-11-21 Thread Ron Johnson
On Tue, Nov 21, 2023 at 8:31 AM Dick Visser wrote: > On Tue, 21 Nov 2023 at 14:07, Ron Johnson wrote: > >> On Tue, Nov 21, 2023 at 6:29 AM Dick Visser 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

Re: client/server versions

2023-11-21 Thread Daniel Gustafsson
> On 21 Nov 2023, at 14:31, Dick Visser wrote: > On Tue, 21 Nov 2023 at 14:07, Ron Johnson > wrote: > On Tue, Nov 21, 2023 at 6:29 AM Dick Visser > wrote: > I already found out that there are compatibility issues if I use the client

Re: client/server versions

2023-11-21 Thread Thiemo Kellner
Am 21.11.2023 um 13:18 schrieb Dick Visser: It is possible, it's just that there is no real need to at the moment, ao we have not spent that much effort on the topic. At any time there will always be newer upstream versions. Ok, fair enough, but it puzzles me that the effort shall be put

Re: client/server versions

2023-11-21 Thread Dick Visser
On Tue, 21 Nov 2023 at 14:07, Ron Johnson wrote: > On Tue, Nov 21, 2023 at 6:29 AM Dick Visser 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

Re: client/server versions

2023-11-21 Thread Ron Johnson
On Tue, Nov 21, 2023 at 6:29 AM Dick Visser 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 >

Re: client/server versions

2023-11-21 Thread Dick Visser
On Tue, 21 Nov 2023 at 12:40, Thiemo Kellner wrote: > Hi Dick > > Out of curiosity, what is the reason there is this zoo of versions. Is > it impossible to align them to one It is possible, it's just that there is no real need to at the moment, ao we have not spent that much effort on the

Re: client/server versions

2023-11-21 Thread Thiemo Kellner
Hi Dick Out of curiosity, what is the reason there is this zoo of versions. Is it impossible to align them to one version? Cheers Thiemo

client/server versions

2023-11-21 Thread Dick Visser
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