[postgis-tickets] [PostGIS] #5488: Upgrade from 3.1.1: ERROR: cannot drop function st_clip(raster, integer, geometry, double precision, boolean) because other objects depend on it
PostGIS
trac at osgeo.org
Mon Aug 28 11:23:13 PDT 2023
#5488: Upgrade from 3.1.1: ERROR: cannot drop function
st_clip(raster,integer,geometry,double precision,boolean) because other
objects depend on it
------------------------------------+------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone:
Component: build/upgrade/install | Version:
Resolution: | Keywords:
------------------------------------+------------------
Comment (by strk):
PostGIS 2.0.0 is the first PostGIS version having raster support
integrated.
Differences in st_clip signatures from stable-2.0 to stable-2.1 are:
- signature 1 had the "band" parameter renamed to "nband"
- signature 3 had the "band" parameter renamed to "nband"
- a different signature was removed: st_clip(raster, int, geometry,
float8[], boolean);
All other signatures were the same from 2.0.0
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5488#comment:5>
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