I currently have a postgis database which uses a EPSG:900913 projection, how can I convert this to WGS 84, which I believe is the format used by Google Maps and OSM.
The DB was made with osm2pgsql, and I would like to be able to project the coordinates in python or by postgis.
Thanks for your time.