[postgis-devel] Separate make target to install extension upgrade scripts ?
'Sandro Santilli'
strk at kbt.io
Mon Jan 30 09:36:05 PST 2023
On Fri, Jan 27, 2023 at 02:13:41AM -0500, Regina Obe wrote:
> You can have the default not install anything, I think that's fine for users
> who compile their own
>
> And people can still upgrade with:
>
> SELECT postgis_extensions_upgrade();
>
> Right without scripts?
The postgis_extensions_upgrade() still needs scripts,
in particular it needs the upgrade path <current_version>--ANY
Users who compile their own should be able to add that upgrade
path using:
postgis install-extension-upgrades <current_version>
--strk;
More information about the postgis-devel
mailing list