[postgis-devel] [PostGIS] #586: Topology: Drop topology don't empty correctly geometry_columns
PostGIS
trac at osgeo.org
Mon Sep 13 09:47:42 PDT 2010
#586: Topology: Drop topology don't empty correctly geometry_columns
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: 1.5.X
Keywords: |
-----------------------+----------------------------------------------------
Hi,
try-ing this
select topology.CreateTopology('pippo',3003,0.0001);
and after this
select topology.DropTopology('pippo');
In the "geometry_columns" table there is 2 records
pippo | node
pippo | edge_data
I think this two record must be removed with a DropTopology.
I use postgres 9.0rc1
postgis 2.0.0 r5960
debian lenny 32bit.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/586>
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