[postgis-tickets] [PostGIS] #5493: No tools are given to resolve presence of deprecated functions
PostGIS
trac at osgeo.org
Tue Aug 29 10:00:29 PDT 2023
#5493: No tools are given to resolve presence of deprecated functions
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
Sorry for the partial comment, I meant upgrading BEFORE manually dropping
the deprecated functions currently errors out with something like:
> ERROR: Attempting to rename replaced function st_dwithin(geometry,
geometry, float8) got function
st_dwithin_deprecated_by_postgis_200(geometry, geometry, double precision)
already exists in schema "public" (42723)
Maybe the upgrader could catch that exception and hint the user about the
need to resolve the situation, after trying to resolve it itself.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5493#comment:2>
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