Hi,

On 03/30/2012 05:59 PM, Francois Hugues wrote:
A little question not directly related to postgis but i'm afraid about making a 
mistake which could results in data loss when i will use create option in 
osm2pgsql.

The OpenStreetMap lists (talk or d...@openstreetmap.org) might be a better place to ask about osm2pgsql.

I did not find the way to specify the schema and table name i would like to use 
to import data.

You can only specify the database name. osm2pgsql will then create the tables "planet_osm_nodes", "planet_osm_ways", "planet_osm_rels", "planet_osm_point", "planet_osm_line", "planet_osm_road" and "planet_osm_polygon".

You can specify -p <prefix> to set another prefix than planet_osm.

If you need more fine-grained control over what tables are generated, you could have a look at the "imposm" importer.

Bye
Frederik

--
Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09" E008°23'33"
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to