Hi;<br><br><div>Create a new geometry column "the_geom_3763"</div>
<div> </div>
<div>then run this</div>
<div> </div>
<div>UPDATE  table_name SET the_geom_3763=transform(the_geom,3763),<br>(You have now one table data in two projections. Then if you want, change the geometry column names "the_geom, the_geom_27492".) <br><br>!!! don't forget to update also gemetry_columns table....<br>
<br>Regards,<br>IBO...<br></div><br><br><div class="gmail_quote">On Thu, Jan 21, 2010 at 1:22 PM, legio nostra <span dir="ltr"><<a href="mailto:legio.patria@gmail.com">legio.patria@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span><span title="Olá a todos,">Hello everyone,<br></span><span title="tenho uma base de dados criada com o programa pgadmin3."><br>I have a database created with the program pgadmin3. </span><span title="O sistema de georeferenciação é o Datum 73 / Modified Portuguese Grid (deprecated) "EPSG: 27492", e pretendia mudar toda a base de dados para o sistema de coordenadas ETRS89 / Portugal TM06 (EPSG: 3763).">The
geo-referencing system is the Datum 73 / Modified Portuguese<br><br>Grid
(deprecated) "EPSG: 27492" and wanted to change the whole database to
the coordinate system ETRS89 / Portugal TM06 (EPSG: 3763). </span><span title="Como é que que posso fazer essa transformação?"><br><br>How can I make this transformation?<br><br></span><span title="Muito obrigado pela ajuda">Thank you for your help</span></span><br clear="all">

<br>-- bernardo --<br>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br>