[postgis-devel] [PostGIS] #666: ST_DumpPoints is not null safe
PostGIS
trac at osgeo.org
Wed Nov 24 20:55:14 PST 2010
#666: ST_DumpPoints is not null safe
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.3
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
{{{
SELECT ST_DumpPoints(foo1.the_geom)
FROM ((SELECT CAST(Null As geometry) As the_geom)) As foo1;
}}}
Gives error -
{{{
ERROR: Unexpected error while dumping geometry <NULL>
CONTEXT: SQL function "st_dumppoints" statement 1
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/666>
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-devel
mailing list