]> granicus.if.org Git - postgis/commitdiff
Drop removed st_clip function (#1630)
authorSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 14:14:19 +0000 (14:14 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 14:14:19 +0000 (14:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9350 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index 8b260dbea5fd5d553a2b64901504244556d9458d..1d7c9f3732729e56cbf16c1acc663a9641013379 100644 (file)
@@ -5,8 +5,7 @@
 -- PostGIS Raster - Raster Type for PostGIS
 -- http://trac.osgeo.org/postgis/wiki/WKTRaster
 --
--- Copyright (C) 2011 Regina Obe
---   <lr@pcorp.us>
+-- Copyright (C) 2011 Regina Obe <lr@pcorp.us>
 -- Copyright (C) 2011 Regents of the University of California
 --   <bkpark@ucdavis.edu>
 --
@@ -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);