[postgis-tickets] [PostGIS] #5313: ST_Collect + ST_InterpolateRaster = "Unknown geometry type"
PostGIS
trac at osgeo.org
Mon Feb 13 14:03:56 PST 2023
#5313: ST_Collect + ST_InterpolateRaster = "Unknown geometry type"
------------------------+---------------------------
Reporter: Player701 | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by pramsey):
However, it's not a generic PgSQL bug necessarily, since I can apply the
same pattern to core types and it works.
{{{
SELECT array_length(
(SELECT array_agg(i)
FROM (
SELECT 1 AS i UNION ALL
SELECT 1 AS i UNION ALL
SELECT 1 AS i UNION ALL
SELECT 1 AS i UNION ALL
SELECT 2 AS i) i)
,1);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5313#comment:3>
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