From: Bborie Park Date: Tue, 17 Jul 2012 22:37:52 +0000 (+0000) Subject: Added cleanup code for removing ST_BandSurface X-Git-Tag: 2.1.0beta2~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=862cad4c4a702616f48fef2219e8b2bfc7651847;p=postgis Added cleanup code for removing ST_BandSurface git-svn-id: http://svn.osgeo.org/postgis/trunk@10067 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 e6b659d44..66401f213 100644 --- a/raster/rt_pg/rtpostgis_drop.sql.in.c +++ b/raster/rt_pg/rtpostgis_drop.sql.in.c @@ -345,3 +345,5 @@ DROP FUNCTION IF EXISTS st_value(raster, geometry, boolean); -- function deprecated DROP FUNCTION IF EXISTS st_pixelaspolygons(raster, integer); +-- function deprecated +DROP FUNCTION IF EXISTS st_bandsurface(raster, integer);