ChangesetMD
ChangesetMD copied to clipboard
Simple XML parser to shove OpenStreetMap changeset metadata dump files into a postgres database
``` opening replication file at http://planet.osm.org/replication/changesets/001/507/867.osm.gz Traceback (most recent call last): File "changesetmd.py", line 190, in md.doReplication(conn) File "changesetmd.py", line 150, in doReplication self.parseFile(connection, self.fetchReplicationFile(currentSequence), True) File "changesetmd.py", line 71,...
If the server with postgres crashes there is no way to restore an interrupted upload. It is therefore safe to use `synchronous_commit`, as the data is lost anyways. synchronous_commit should...
ChangesetMD should support [schemas](http://www.postgresql.org/docs/9.1/static/ddl-schemas.html). This would be with a SQL command like `SET search_path TO myschema;`