[postgis-users] clarification about setting srid
temiz
temiz at deprem.gov.tr
Fri Dec 28 04:08:52 PST 2007
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.
More information about the postgis-users
mailing list