From: Pierre Racine Date: Fri, 15 Apr 2011 20:34:20 +0000 (+0000) Subject: Warn that this function was implemented in C X-Git-Tag: 2.0.0alpha1~1760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55477201a2b84280aef68b918cf29580c73c144e;p=postgis Warn that this function was implemented in C git-svn-id: http://svn.osgeo.org/postgis/trunk@7042 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/scripts/plpgsql/st_addband.sql b/raster/scripts/plpgsql/st_addband.sql index 27cac1b14..ce73fd216 100644 --- a/raster/scripts/plpgsql/st_addband.sql +++ b/raster/scripts/plpgsql/st_addband.sql @@ -6,7 +6,7 @@ -- ---------------------------------------------------------------------- --- NOTE: The ST_AddBand function found in this file still many improvements before being implemented in C. +-- NOTE: This function is provided merely as an example since a C version was implemented and is now provided in rtpostgis.sql CREATE OR REPLACE FUNCTION ST_AddBand(rast1 raster, rast2 raster, band int, index int) RETURNS raster AS