]> granicus.if.org Git - postgis/commitdiff
Cleanup the face table as well (you just can't drop the universe)
authorSandro Santilli <strk@keybit.net>
Thu, 1 Mar 2012 15:07:49 +0000 (15:07 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 1 Mar 2012 15:07:49 +0000 (15:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9366 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/regress/topogeo_addlinestring.sql

index 1b92e4fbd8863ddbba3fe6d1077b737c77ef07ff..093bbb64c668c8f1f77b95bf6460dd7ce8dbab36 100644 (file)
@@ -131,7 +131,7 @@ SELECT check_changes();
 -- clean all up first
 DELETE FROM city_data.edge_data; 
 DELETE FROM city_data.node; 
---DELETE FROM city_data.face; -- a bug forbids this (TODO: check what it is)
+DELETE FROM city_data.face where face_id > 0; 
 
 SELECT '#1631.1', TopoGeo_addLineString('city_data',
   'LINESTRING(556267.56295432 144887.06663814,556267.566 144888)'