How does Postgres support backwards compatibility

From: Josh Innis <joshinnis(at)gmail(dot)com>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: How does Postgres support backwards compatibility
Date: 2022-02-08 18:50:46
Message-ID: CAAZtsUpd_WQe2_OKgcCxWdLL--YaRTnEjYOS=6wrw4pggOZhuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello Everyone,

I work on an extension for Postgres. We originally developed the extension
for Postgres 11. Now we are looking into supporting newer versions of
Postgres. We would like our extension to be compatible with multiple
versions of Postgres. Is there a document that explains how the Postgres
community handles releases and supports older versions? Any information on
how Postgres handles this will give us guidance on how to best approach
this subject.

Thank You.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2022-02-08 19:03:52 Re: How does Postgres support backwards compatibility
Previous Message Tom Lane 2022-01-24 02:06:41 Re: replication connection and multi-command queries