Opened 7 years ago
Closed 7 years ago
#4007 closed enhancement (fixed)
ST_SetBandPath
Reported by: | Bborie Park | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description (last modified by )
Add support for changing the path of an out-db raster.
boolean ST_SetBandPath(rast raster, bandnum integer, out_path text, out_bandnum integer, force boolean DEFAULT FALSE)
force parameter is to prevent the standard validation that takes place when setting the path of an out-db band
Change History (3)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Milestone: | PostGIS Fund Me → PostGIS 2.5.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Added as of r16373