Re: Can we let extensions change their dumped catalog schemas? - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: Can we let extensions change their dumped catalog schemas?
Date
Msg-id CAAWbhmjZ8Arz9siYijAktq-v89JYmC2xqgodF9M_pz7zsHTpFA@mail.gmail.com
Whole thread Raw
In response to Re: Can we let extensions change their dumped catalog schemas?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Can we let extensions change their dumped catalog schemas?
List pgsql-hackers
On Wed, Jan 11, 2023 at 1:03 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Jacob Champion <jchampion@timescale.com> writes:
> > Right, I think it would have to be opt-in. Say, a new control file
> > option dump_version or some such.
>
> That would require all the installed extensions to cope with this
> the same way, which does not seem like a great assumption.

How so? Most installed extensions would not opt into a version dump,
I'd imagine.

Or do you mean that the version dump would apply retroactively to
older versions of the extension, even if it wasn't needed in the past?

--Jacob



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: PL/Python: Fix return in the middle of PG_TRY() block.
Next
From: mahendrakar s
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER