]> granicus.if.org Git - postgis/commitdiff
Warn that this function was implemented in C
authorPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Fri, 15 Apr 2011 20:34:20 +0000 (20:34 +0000)
committerPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Fri, 15 Apr 2011 20:34:20 +0000 (20:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7042 b70326c6-7e19-0410-871a-916f4a2858ee

raster/scripts/plpgsql/st_addband.sql

index 27cac1b14e8de9a92fcd2d3a3faf6f57bafe17ba..ce73fd216616e227ec60533a0c4a9b024aa72d1e 100644 (file)
@@ -6,7 +6,7 @@
 --\r
 ----------------------------------------------------------------------\r
 \r
--- NOTE: The ST_AddBand function found in this file still many improvements before being implemented in C.\r
+-- NOTE: This function is provided merely as an example since a C version was implemented and is now provided in rtpostgis.sql\r
 \r
 CREATE OR REPLACE FUNCTION ST_AddBand(rast1 raster, rast2 raster, band int, index int)\r
     RETURNS raster AS \r