]> granicus.if.org Git - postgis/commitdiff
cleanup data tables
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:17 +0000 (09:58 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:17 +0000 (09:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8545 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/rt_spatial_relationship.sql

index 2205d8dabea65158391d3f8749713c05194c812e..b6f0705b737b529f7b5b7ebf018a9519bd759d8d 100644 (file)
@@ -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;