Nominatim/lib-sql/functions
Sarah Hoffmann 2fac507453 change updates to handle delete/insert workflow
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.
2022-11-10 09:38:23 +01:00
..
address_lookup.sql fix up BDD tests for postcode changes 2022-06-23 23:42:31 +02:00
importance.sql simplify use of secondary importance 2022-10-01 11:01:49 +02:00
interpolation.sql further split up the big geometry index 2022-09-21 16:21:41 +02:00
partition-functions.sql docs: fix typos 2022-07-20 22:05:31 +08:00
place_triggers.sql change updates to handle delete/insert workflow 2022-11-10 09:38:23 +01:00
placex_triggers.sql simplify use of secondary importance 2022-10-01 11:01:49 +02:00
postcode_triggers.sql change distance computation between place and address part 2022-04-22 14:32:09 +02:00
ranking.sql add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
utils.sql no longer allow fuzzy assignment of country 2022-05-11 11:54:25 +02:00