you could create a new entry, new srid, then update the geometry columns
table. I'm unsure on if you have to translate your data table to another
data table to update the srid per row/field.

I personally wouldn't modify any row of the spatial_ref_sys for
compatibility reasons.

Can you translate the coordinates after you query them and avoid updating
anything?

On 9/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi,
> i need to update the epsg 23033 in spatial_ref_sys table adding the
> "+towgs84" parameters: (towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-
> 11.68).
>
> do i have just to overwrite the original:
> "+proj=utm +zone=33 +ellps=intl +units=m +no_defs "
> with
> "+proj=utm +zone=33 +ellps=intl +units=m +no_defs +towgs84=-104.1,-49.1,-
> 9.9,0.971,-2.917,0.714,-11.68 "
> ?
>
> Thanks,
> Ferdinando
> ---- _______________________________________________
> postgis-users mailing list
> [email protected]
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to