id summary reporter owner description type status priority milestone component version resolution keywords cc 3196 DropTopology can drop the topology extension Mike Taves strk "On a test database, try the following: {{{ CREATE EXTENSION postgis_topology; SELECT topology.DropTopology('this does not exist'); -- Topology 'this does not exist' dropped SELECT topology.DropTopology('topology'); -- Topology 'topology' dropped }}} The first `DropTopology` on a non-existing topology shows a misleading message. Either the return value should indicate that the topology does not exist or an exception should be raised. The second `DropTopology` kills the topology extension with `DROP SCHEMA '||quote_ident(atopology)||' CASCADE`, which should have been avoided as `topology` does not have a `topoid`. This can be disastrous." patch closed high PostGIS 2.0.8 topology master fixed