]> git.openstreetmap.org Git - nominatim.git/commit
clean up intermediate tables earlier with --drop
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Feb 2020 10:03:20 +0000 (11:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Feb 2020 10:03:20 +0000 (11:03 +0100)
commitb9171dd10b39fe66a2bd912fe77104f7565fdbe7
treed8dd3f510970258d9b293dcfe421bc5fcaab3fa3
parent97b892fac224564bc82ec292a1f352204f1b8b3f
clean up intermediate tables earlier with --drop

When --drop is given, we can remove all node geometry information
already after the import with osm2pgsql. Also drop all unnecessary
tables before creating the final indices.
lib/setup/SetupClass.php
sql/indices.src.sql
sql/indices_updates.src.sql [new file with mode: 0644]
utils/setup.php