just for clarification
firstly dealing with metadata :
select updategeometrysrid('your_table', 'geom_col', <new_srid>);
then
internal SRID with :
select setsrid(geom_col, <new_srid>)
is this procedure correct ?
or what should it be ?
what about
update <table> set <geocolumn> = setSRID(<geocolumn> ,SRID); ?
regards
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users