]> granicus.if.org Git - postgis/commitdiff
Drop created function after run
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:59:14 +0000 (09:59 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:59:14 +0000 (09:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8553 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/rt_intersection.sql

index 3ebb1e62666f2d5f12f9629d288158e200eb8c65..ace1b4b32b081b8eb048dd8f120e225fffcc23e2 100644 (file)
@@ -224,3 +224,4 @@ FROM (
 
 DROP TABLE IF EXISTS raster_intersection;
 DROP TABLE IF EXISTS raster_intersection_out;
+DROP FUNCTION raster_intersection_other(rast1 double precision, rast2 double precision, VARIADIC userargs text[])