select UpdateGeometrySRID('Schema Name', 'mytable', 'the_geom', newSRID) ;
이라는 query를 작성하면 mytable테이블의 the_geom이라는 geometry의 좌표계가 변경된다.