Opened 15 months ago
Closed 15 months ago
#5490 closed defect (fixed)
Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster,integer,text,text,double precision,boolean) because other objects depend on it
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | build | Version: | 3.4.x |
Keywords: | raster | Cc: |
Description
Another case of upgrade trouble:
=# select postgis_extensions_upgrade(); NOTICE: Updating extension postgis from 3.1.1 to 3.4.0 NOTICE: Extension postgis_sfcgal is not available or not packagable for some reason ERROR: cannot drop function st_slope(raster,integer,text,text,double precision,boolean) because other objects depend on it
See also #5488
Change History (5)
comment:1 by , 15 months ago
comment:2 by , 15 months ago
The other internal function signature is (2.1.0 to master):
_st_slope4ma(value double precision[][][], pos integer[][], VARIADIC userargs text[] DEFAULT NULL)
In 2.0.0 it was instead:
_st_slope4ma(matrix float[][], nodatamode text, variadic args text[])
Note:
See TracTickets
for help on using tickets.
Current signatures (2.1.0 to 3.5.0dev aka master):
In stable-2.0 we have a single signature: