]> granicus.if.org Git - postgis/commitdiff
Added cleanup code for removing ST_BandSurface
authorBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:52 +0000 (22:37 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:52 +0000 (22:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10067 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index e6b659d44b99d25761ea7acc2fdb69bd511a5383..66401f213dafe47426cbb9b5ff680b5d147cac08 100644 (file)
@@ -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);