Re: a simple-minded question about updating

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Martin Mueller <martinmueller(at)northwestern(dot)edu>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: a simple-minded question about updating
Date: 2023-05-19 14:42:17
Message-ID: 6bf7dd6f-0452-fa82-cd2d-a54e2cce6498@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/19/23 07:25, Martin Mueller wrote:
> I currently work with Postgres 13. I forgot to mention that. From which
> I gather that around version 18 it would be time to upgrade. But in the
> interim I’d be OK.
>
> Right?

Strictly speaking yes, though the longer you wait the greater the number
of changes you will have to deal with. It is a good idea to read the
Release Notes:

https://www.postgresql.org/docs/current/release.html

for each new release to see how far away the new code is getting from
your existing version. Breaking changes are restricted(with some
exceptions) to the X.0 release where X is new major version. So you can
save some time by just looking at the notes for the .0 releases.

> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Victor Nordam Suadicani 2023-05-19 14:55:00 Re: Is there a good way to handle sum types (or tagged unions) in PostgreSQL?
Previous Message Martin Mueller 2023-05-19 14:25:43 Re: a simple-minded question about updating