From 18fd4a5dda5f28d212199fc9c4e1e9690d98cfb6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 24 Dec 2011 09:58:17 +0000 Subject: [PATCH] cleanup data tables git-svn-id: http://svn.osgeo.org/postgis/trunk@8545 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/test/regress/rt_spatial_relationship.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raster/test/regress/rt_spatial_relationship.sql b/raster/test/regress/rt_spatial_relationship.sql index 2205d8dab..b6f0705b7 100644 --- a/raster/test/regress/rt_spatial_relationship.sql +++ b/raster/test/regress/rt_spatial_relationship.sql @@ -316,3 +316,5 @@ FROM (SELECT *, ST_Intersection(geom, st_setbandnodatavalue(rast, NULL)) gv WHERE forrast = rid AND ST_Intersects(geom, st_setbandnodatavalue(rast, NULL), 1) ) foo; +DROP TABLE rt_spatial_relationship_test; +DROP TABLE rt_spatial_relationship_test_geom; -- 2.40.0