I've tried to update the raster srid the same way I did with polygons, but it doesn't work.<br><br>-- this is ok :<br>SELECT rid, rast FROM my_raster LIMIT 1 ;<br><br>-- that's not :<br>SELECT UpdateGeometrySrid('my_raster', 'rast', 32186) ;<br>
SELECT SetSrid(rast, 32186) FROM my_raster ;<br><br>Any suggestion ?<br><br>Etienne<br>