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 , 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 , 14 years ago
Status: | new → assigned |
---|
comment:3 by , 14 years ago
Priority: | medium → blocker |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The st_addband(raster, raster, integer, unknown) function now exist. So fixed.