[postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it
PostGIS
trac at osgeo.org
Mon Aug 28 14:25:50 PDT 2023
- Previous message (by thread): [postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it
- Next message (by thread): [postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
#5490: Upgrade from 3.1.1: ERROR: cannot drop function
st_slope(raster,integer,text,text,double precision,boolean) 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: raster
------------------------------------+---------------------------
Comment (by strk):
Current signatures (2.1.0 to 3.5.0dev aka master):
{{{
-- 1
st_slope(
rast raster,
nband integer,
customextent raster,
pixeltype text DEFAULT '32BF',
units text DEFAULT 'DEGREES',
scale double precision DEFAULT 1.0,
interpolate_nodata boolean DEFAULT FALSE
)
-- 2
st_slope(
rast raster,
nband integer DEFAULT 1,
pixeltype text DEFAULT '32BF',
units text DEFAULT 'DEGREES',
scale double precision DEFAULT 1.0,
interpolate_nodata boolean DEFAULT FALSE
)
}}}
In stable-2.0 we have a single signature:
{{{
st_slope(rast raster, band integer, pixeltype text)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5490#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.
- Previous message (by thread): [postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it
- Next message (by thread): [postgis-tickets] [PostGIS] #5490: Upgrade from 3.1.1: ERROR: cannot drop function st_slope(raster, integer, text, text, double precision, boolean) because other objects depend on it
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the postgis-tickets
mailing list