/* Insert transformed records */ INSERT INTO spl_road_centre_line(gid, the_geom) SELECT gid , the_geom , st_transform(the_geom, 4283) FROM spl_road_centre_line_mga ORDER BY gid ASC; But when I view the table in QGis the coordinate read out displays MGA and not GEO. Is there so...