mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
2fac507453
This makes Nominatim compatible with osm2pgsql's default update modus operandi of deleting and reinserting data. Deletes are diverted into a TODO table instead of executing them. When data is reinserted, the corresponding entry in the TODO table is deleted. After updates are finished, the remaining entries in the TODO table are executed, doing the same work as the delete trigger did before. The new behaviour also works against the gazetteer output with its insert-only mechanism. |
||
---|---|---|
.. | ||
address_lookup.sql | ||
importance.sql | ||
interpolation.sql | ||
partition-functions.sql | ||
place_triggers.sql | ||
placex_triggers.sql | ||
postcode_triggers.sql | ||
ranking.sql | ||
utils.sql |