[postgis-tickets] [PostGIS] #5489: Upgrade from 3.1.1: ERROR: cannot drop function st_intersects(raster, geometry, integer) because other objects depend on it
PostGIS
trac at osgeo.org
Mon Aug 28 13:37:34 PDT 2023
#5489: Upgrade from 3.1.1: ERROR: cannot drop function
st_intersects(raster,geometry,integer) because other objects depend on it
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
Current signatures (3.5.0dev, same as 2.0.0):
{{{
-- 1. st_intersects(rast1 raster, nband1 integer, rast2 raster, nband2
integer)
-- 2. st_intersects(rast1 raster, rast2 raster)
-- 3. st_intersects(geom geometry, rast raster, nband integer DEFAULT
NULL)
-- 4. st_intersects(rast raster, geom geometry, nband integer DEFAULT
NULL)
-- 5. st_intersects(rast raster, nband integer, geom geometry)
}}}
A lot of ST_Intersects signatures are dropped in 2.0.0, which doesn't make
much sense as 2.0 was the first version including raster.
I think I'm going to stop dropping them all and call it a day.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5489#comment:1>
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