[postgis-devel] [PostGIS] #797: ST_RemoveIsoNode does not throw an exception when passed a non-existent node
PostGIS
trac at osgeo.org
Thu Jan 20 23:18:05 PST 2011
#797: ST_RemoveIsoNode does not throw an exception when passed a non-existent
node
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
I can run this over and over again and get the same message:
{{{
SELECT topology.ST_RemoveIsoNode('ma_topo', 7 ) As result;
}}}
result
-------------------------
Isolated node 7 removed
I guess its isolated if it doesn't exist.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/797>
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