[postgis-tickets] [PostGIS] #5052: Add support for specifying target version in postgis_extensions_upgrade()
PostGIS
trac at osgeo.org
Fri Sep 16 10:17:22 PDT 2022
#5052: Add support for specifying target version in postgis_extensions_upgrade()
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.4.0
Component: build/upgrade/install | Version: master
Resolution: | Keywords:
------------------------------------+---------------------------
Changes (by robe):
* milestone: PostGIS Fund Me => PostGIS 3.4.0
Comment:
Might be worthwhile as part of this using a procedure instead.
So we introduce a CREATE PROCEDURE
postgis_extensions_upgrade(target_version).
That way we can keep the existing, but have it do CALL. So no breaking
changes.
Since the CREATE PROCEDURE has a different signature from existing, it can
coexist.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5052#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list