mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
2d6f00945a
This allows address interpolations to work correctly when flatnode storage is used for node coordinates. To fix interpolations in an existing database, follow these steps: * invalidate all interpolations (in psql): `UPDATE placex SET indexed_status=2 WHERE rank_search = 28` * disable updates: ./utils/setup.php --create-functions --create-partition-functions * reindex the whole lot: ./utils/update.php --index --index-instances <number of your cpus> * enable updates again: ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions |
||
---|---|---|
.. | ||
country_grid.sql | ||
functions.sql | ||
hstore_compatability_9_0.sql | ||
indices.src.sql | ||
loaddata.sql | ||
partition-functions.src.sql | ||
partition-tables.src.sql | ||
postgis_15_aux.sql | ||
postgis_20_aux.sql | ||
tables-minimal.sql | ||
tables.sql | ||
tiger_import_finish.sql | ||
tiger_import_start.sql | ||
update_bigint.sql |