On Tue, Dec 03, 2013 at 04:50:40PM +0100, Rémi Cura wrote: > Hey all, > somebody has a trick to clean all the topology infrastructure in DB? > > I mean ensuring that there is no orphan in "relation", that "layer" > references existing tables, and so on?
Garbage collection for "relation" is available as a tool in the "postgis topology editor" plugin of qgis. Rows in "layers" may still be important to keep even if the so-called "deploy table" disappeared (a TopoGeometry still exists even if not deployed to any table). --strk; _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
