Opened 14 years ago

Closed 13 years ago

#643 closed defect (fixed)

[raster] ST_DeleteBand in raster/scripts/plpgsql function is broken

Reported by: robe Owned by: pracine
Priority: blocker Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: Cc:

Description

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)

Change History (4)

comment:1 by pracine, 14 years ago

Summary: ST_DeleteBand in raster/scripts/plpgsql function is broken[raster] ST_DeleteBand in raster/scripts/plpgsql function is broken

comment:2 by pracine, 14 years ago

Status: newassigned

comment:3 by pracine, 14 years ago

Priority: mediumblocker

comment:4 by pracine, 13 years ago

Resolution: fixed
Status: assignedclosed

The st_addband(raster, raster, integer, unknown) function now exist. So fixed.

Note: See TracTickets for help on using tickets.