From: Bborie Park Date: Mon, 23 Jul 2012 17:50:10 +0000 (+0000) Subject: Minor changes to comments X-Git-Tag: 2.1.0beta2~767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6f50f382eb6028af0d07229c52c7447f76e5e4d;p=postgis Minor changes to comments git-svn-id: http://svn.osgeo.org/postgis/trunk@10097 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 a9d7f6b6c..0258eefeb 100644 --- a/raster/rt_pg/rtpostgis_drop.sql.in.c +++ b/raster/rt_pg/rtpostgis_drop.sql.in.c @@ -349,7 +349,7 @@ DROP FUNCTION IF EXISTS st_pixelaspolygons(raster, integer); -- function deprecated DROP FUNCTION IF EXISTS st_bandsurface(raster, integer); --- function no longer exists +-- function no longer exist or refactored DROP FUNCTION IF EXISTS st_intersects(raster, integer, geometry); DROP FUNCTION IF EXISTS st_intersects(raster, geometry, integer); DROP FUNCTION IF EXISTS st_intersects(geometry, raster, integer);