[postgis-tickets] [PostGIS] #5498: ERROR: function st_approxquantile(raster, double precision) is not unique
PostGIS
trac at osgeo.org
Tue Aug 29 13:25:19 PDT 2023
#5498: ERROR: function st_approxquantile(raster, double precision) is not unique
--------------------+----------------------------
Reporter: strk | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.10
Component: raster | Version: master
Keywords: |
--------------------+----------------------------
Triggered by:
{{{
create extension postgis_raster cascade;
select st_approxquantile(NULL::raster, NULL::float8);
}}}
Tested to fail in 3.4.0, 3.3.3, 3.2.3, 3.1.6dev, 3.0.9dev
I cannot find a trace in the NEWS file about when that function was
introduced but it seems to be very old (12 years ago): #935
It doesn't look like the function is even documented
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5498>
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