From: Sandro Santilli Date: Mon, 27 Feb 2012 15:26:48 +0000 (+0000) Subject: st_clip signature changed (#1620) X-Git-Tag: 2.0.0beta1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ea1f1c6ddb47a958fb20a87ef82a5159296d7fa;p=postgis st_clip signature changed (#1620) git-svn-id: http://svn.osgeo.org/postgis/trunk@9308 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 7f41bc0f2..e041a7c32 100644 --- a/raster/rt_pg/rtpostgis_drop.sql.in.c +++ b/raster/rt_pg/rtpostgis_drop.sql.in.c @@ -310,6 +310,7 @@ DROP FUNCTION IF EXISTS st_intersection(raster, int, geometry, text, regprocedur 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); -- refactoring of functions DROP TYPE IF EXISTS wktgeomval;