ST_SetSRID
Name
ST_SetSRID — Sets the SRID of a raster to a particular integer srid defined in the spatial_ref_sys table.
Synopsis
    
     raster
     
      ST_SetSRID
     
     (
    
    raster
    
     rast
    
    , integer
    
     srid
    
    
     )
    
    ;