Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10 - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Date
Msg-id adaYkolh91sU7scE@nathan
Whole thread Raw
In response to Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10  (Corey Huinker <corey.huinker@gmail.com>)
List pgsql-hackers
On Wed, Apr 08, 2026 at 01:24:29PM -0400, Corey Huinker wrote:
> It would help if we provided some small documentation on how to do that. It
> could be as simple as a docbook table mapping various postgres versions to
> the highest version a) a live database can be pg_upgraded to and b) a
> dumpfile can be pg_restored to. But it could also include a script to
> re-dump an old dumpfile to a newer dump version. I'd be happy to take a
> swing at that if nobody else is interested.

I like these ideas.  IMHO this helps us be reasonably aggressive about
removing support for ancient versions while still providing a lifeboat when
folks using those ancient versions decide to upgrade.

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Add pg_stat_autovacuum_priority
Next
From: Melanie Plageman
Date:
Subject: Re: Trying out read streams in pgvector (an extension)