Am 12.10.2010 17:28, schrieb Ian Dees:
I might be wrong, but I think the osm2pgsql actions occur within a transaction. Since your transaction failed it most likely has been rolled back, thus leaving you with an essentially empty database. People more familiar with osm2pgsql should tell me if I'm wrong, though.
This is true for the data import; the index creation and data sorting is done after the transactions have been closed.
Peter _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

