From: Sandro Santilli Date: Wed, 29 Feb 2012 14:20:41 +0000 (+0000) Subject: Get the deprecated function right (fixes previous commit) X-Git-Tag: 2.0.0beta1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72348611c810181f77b1cfb4ff47b028a12377de;p=postgis Get the deprecated function right (fixes previous commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@9351 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/rtpostgis_drop.sql.in.c b/raster/rt_pg/rtpostgis_drop.sql.in.c index 1d7c9f373..48f950286 100644 --- a/raster/rt_pg/rtpostgis_drop.sql.in.c +++ b/raster/rt_pg/rtpostgis_drop.sql.in.c @@ -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);