Ticket #586 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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.

Change History

Changed 3 years ago by strk

  • status changed from new to closed
  • resolution set to fixed

Great to see all this testing going on :) Fixed in r5966.

Note: See TracTickets for help on using tickets.