|
Is it possible to import two or more extracts to the same db? For instance, just a bunch of countries, or maybe just two continents... |
Answered by
mboeringa
Aug 13, 2023
Replies: 3 comments 4 replies
|
You can use multiple schemas or table prefixes, but need to be aware of conflicts with the metadata table. Multiple imports to the same tables is not supported. |
0 replies
|
According to this section of the osm2pgsql manual, osm2pgsql >= 1.4 should be able to read multiple input files of the same date if added to the command line, and automatically resolve conflicts. |
3 replies
Answer selected by
joto
|
I guess that means it can also update from more than one diff file? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to this section of the osm2pgsql manual, osm2pgsql >= 1.4 should be able to read multiple input files of the same date if added to the command line, and automatically resolve conflicts.