droprasterconstraints(name, name, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean)


Description

args: rasttable, rastcolumn, srid, scale_x, scale_y, blocksize_x, blocksize_y, same_alignment, regular_blocking, num_bands=true, pixel_types=true, nodata_values=true, out_db=true, extent=true - Drops PostGIS raster constraints that refer to a raster table column. Useful if you need to reload data or update your raster column data.

Parameters

Name Type Mode
rasttable name IN
rastcolumn name IN
srid boolean IN
scale_x boolean IN
scale_y boolean IN
blocksize_x boolean IN
blocksize_y boolean IN
same_alignment boolean IN
regular_blocking boolean IN
num_bands boolean IN
pixel_types boolean IN
nodata_values boolean IN
out_db boolean IN
extent boolean IN