From: Sandro Santilli Date: Thu, 1 Mar 2012 15:07:49 +0000 (+0000) Subject: Cleanup the face table as well (you just can't drop the universe) X-Git-Tag: 2.0.0beta2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab7631eaa3334aa2b17e0dae5c3f4b11a13eae23;p=postgis Cleanup the face table as well (you just can't drop the universe) git-svn-id: http://svn.osgeo.org/postgis/trunk@9366 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql index 1b92e4fbd..093bbb64c 100644 --- a/topology/test/regress/topogeo_addlinestring.sql +++ b/topology/test/regress/topogeo_addlinestring.sql @@ -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)'