PostGIS
Synopsis
raster +`*`+UpdateRasterSRID
*(`name `schema_name
, name
table_name
, name column_name
, integer new_srid`
)`;
raster +`*`+UpdateRasterSRID
*(`name `table_name
, name
column_name
, integer new_srid`
)`;
Description
Change the SRID of all rasters in the user-specified column and table. The function will drop all appropriate column constraints (extent, alignment and SRID) before changing the SRID of the specified column’s rasters.
|
Availability: 2.1.0