From: Sandro Santilli Date: Sat, 24 Dec 2011 09:59:14 +0000 (+0000) Subject: Drop created function after run X-Git-Tag: 2.0.0alpha1~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=341478efe62e4ee5485282617d04b0813179d7f1;p=postgis Drop created function after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8553 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/rt_intersection.sql b/raster/test/regress/rt_intersection.sql index 3ebb1e626..ace1b4b32 100644 --- a/raster/test/regress/rt_intersection.sql +++ b/raster/test/regress/rt_intersection.sql @@ -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[])