Opened 14 years ago
Closed 14 years ago
#586 closed defect (fixed)
Topology: Drop topology don't empty correctly geometry_columns
Reported by: | aperi2007 | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
Great to see all this testing going on :) Fixed in r5966.