On 09/02/11 11:13, Juan Lucas Domínguez Rubio wrote: > Is it normal that osm2pgsql has read more than 200 GB and no table appears in > the DB? Are there (invisible?) temporary tables somewhere?
Well osm2pgsql works in a transaction so you won't be able to see the tables it has created from another connection until after it has committed the transaction. Tom -- Tom Hughes ([email protected]) http://compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

