Nominatim/sql
Sarah Hoffmann 8ff0aabaf3 make sure invalid geometries are always deleted from place
This solves a bug with updating large invalid geometries. These
geometries have an entry in place but not in placex. Thus, place_insert
tries to delete the place entry and reinsert it on update. Deletion would
fail because self-intersecting polygons still have an area and large
areas are not deleted.
2012-06-29 22:11:40 +02:00
..
country_grid.sql DB Scheme changes: alter table placex add column calculated_country_code varchar(2); 2012-05-22 16:27:42 +02:00
functions.sql make sure invalid geometries are always deleted from place 2012-06-29 22:11:40 +02:00
indices.src.sql can't have a unique index on placex - only on place 2012-05-22 20:25:18 +02:00
loaddata.sql data partitioning 2010-10-26 15:22:41 +00:00
partitions.src.sql during initial setup defer creation of non-vital until after nominatim indexing, 2012-02-10 21:01:35 +00:00
tables-minimal.sql fix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo is responsible for 'location_property_tiger does not exist' errors. 2011-10-21 06:48:04 +00:00
tables.sql fix broken field name / committed debug 2012-05-22 20:21:58 +02:00
update_bigint.sql bigint update script 2011-06-10 13:41:51 +00:00