[postgis-devel] [PostGIS] #643: ST_DeleteBand in raster/scripts/plpgsql function is broken

PostGIS trac at osgeo.org
Sat Oct 23 15:40:42 PDT 2010


#643: ST_DeleteBand in raster/scripts/plpgsql function is broken
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  pracine      
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.0.0
Component:  postgis raster  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 ST_DeleteBand is not working because its trying to use an ST_AddBand proto
 version that doesn't exist.

 ERROR:  function st_addband(raster, raster, integer, unknown) does not
 exist
 LINE 1: SELECT ST_AddBand(newrast, rast, b, NULL)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/643>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list