]> granicus.if.org Git - postgis/commitdiff
Minor changes to comments
authorBborie Park <bkpark at ucdavis.edu>
Mon, 23 Jul 2012 17:50:10 +0000 (17:50 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 23 Jul 2012 17:50:10 +0000 (17:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10097 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis_drop.sql.in.c

index a9d7f6b6c1a1afe4719488b289f4b4a441366d9c..0258eefeb51955218cbc627d9a782910f874d163 100644 (file)
@@ -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);