[postgis-devel] Changing raster srid

Etienne Bellemare etiennebr at gmail.com
Mon Dec 20 08:23:16 PST 2010


I've tried to update the raster srid the same way I did with polygons, but
it doesn't work.

-- this is ok :
SELECT rid, rast FROM my_raster LIMIT 1 ;

-- that's not :
SELECT UpdateGeometrySrid('my_raster', 'rast', 32186) ;
SELECT SetSrid(rast, 32186) FROM my_raster ;

Any suggestion ?

Etienne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20101220/f42aa1d9/attachment.html>


More information about the postgis-devel mailing list