]> granicus.if.org Git - postgis/commitdiff
Get the deprecated function right (fixes previous commit)
authorSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 14:20:41 +0000 (14:20 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 14:20:41 +0000 (14:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9351 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index 1d7c9f3732729e56cbf16c1acc663a9641013379..48f950286bb5a4d1355462694ff63041e26c5335 100644 (file)
@@ -310,7 +310,7 @@ DROP FUNCTION IF EXISTS st_intersection(raster, int, geometry, regprocedure);
 DROP FUNCTION IF EXISTS st_intersection(raster, geometry, text, regprocedure);
 DROP FUNCTION IF EXISTS st_intersection(raster, geometry, regprocedure);
 DROP FUNCTION IF EXISTS st_clip(raster, geometry, float8, boolean);
-DROP FUNCTION IF EXISTS st_clip(raster, int, geometry, float8[], boolean);
+DROP FUNCTION IF EXISTS st_clip(raster, int, geometry, float8, boolean);
 
 -- refactoring of functions
 DROP FUNCTION IF EXISTS _st_dumpaswktpolygons(rast raster, band integer);