[TIL]postgis를 활용하여 geometry type SRID 변경 방법

DEV_Eastwoo·2023년 1월 3일

select UpdateGeometrySRID('Schema Name', 'mytable', 'the_geom', newSRID) ;

이라는 query를 작성하면 mytable테이블의 the_geom이라는 geometry의 좌표계가 변경된다.

profile
backend 개발

0개의 댓글