I have exported osm data using osm2pgrouting in the database, it has SRID 4326. I want to change projection of all the tables created to a particular SRID in UTM. I read the post FIrst and Second, but these are only changing SRID withour transforming the coordinates. I am using the command
select UpdateGeometrySRID('Schema Name', 'mytable', 'the_geom', newSRID) ;