Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I've been told to use AddGeometryColumn to properly add a column with correct/preferred SRID. however I wonder if it's possible to fix/change the current column instead of adding a new? If there's no other way but to use this function should I remove the previous column?

Thanks a ton.

share|improve this question

1 Answer

up vote 2 down vote accepted

You need to use UpdateGeometrySRID.

If you are just correcting a mistake, that's fine. If not you also need to use ST_Transform (the documentation explains this).

Also see this post.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.