From: Sandro Santilli Date: Wed, 29 Feb 2012 14:14:19 +0000 (+0000) Subject: Drop removed st_clip function (#1630) X-Git-Tag: 2.0.0beta1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=614e2333f75aebce2bdd5abaae1027f82bcdf87b;p=postgis Drop removed st_clip function (#1630) git-svn-id: http://svn.osgeo.org/postgis/trunk@9350 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 8b260dbea..1d7c9f373 100644 --- a/raster/rt_pg/rtpostgis_drop.sql.in.c +++ b/raster/rt_pg/rtpostgis_drop.sql.in.c @@ -5,8 +5,7 @@ -- PostGIS Raster - Raster Type for PostGIS -- http://trac.osgeo.org/postgis/wiki/WKTRaster -- --- Copyright (C) 2011 Regina Obe --- +-- Copyright (C) 2011 Regina Obe -- Copyright (C) 2011 Regents of the University of California -- -- @@ -311,6 +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); -- refactoring of functions DROP FUNCTION IF EXISTS _st_dumpaswktpolygons(rast raster, band integer);