Nominatim/sql
Sarah Hoffmann de45bafc54 force delete from place if there is no corresponding object in placex
This might happen for nameless landuse/natural objects that are added to place
during initial import but then dropped when being copied to placex.
If they later receive a name, thus becoming valid, then place_insert should
delete the orphan object in place and reinsert it. If they are large enough,
the place_delete trigger prevents them from being removed. The additional
update fools the delete trigger.
2013-09-19 22:22:03 +02:00
..
country_grid.sql update osm country grid to fully ODBL compatible data set. Update country_grid generation script. 2012-11-14 21:46:48 +00:00
functions.sql force delete from place if there is no corresponding object in placex 2013-09-19 22:22:03 +02:00
hstore_compatability_9_0.sql hstore in 9.2 replaces k=>v with hstore(k,v). Update sql to reflect change and introduce compatability function for pre 9.1 postgresql 2012-11-01 01:46:19 +00:00
indices.src.sql remove unused columns from word and search_name_* tables 2013-04-09 22:44:05 +02:00
loaddata.sql data partitioning 2010-10-26 15:22:41 +00:00
partition-functions.src.sql add support for house numbers without street 2013-04-27 00:57:18 +02:00
partition-tables.src.sql remove unused columns from word and search_name_* tables 2013-04-09 22:44:05 +02: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 remove unused columns from word and search_name_* tables 2013-04-09 22:44:05 +02:00
tiger_import_finish.sql import TIGER data into temporary table 2012-08-18 10:30:42 +02:00
tiger_import_start.sql import TIGER data into temporary table 2012-08-18 10:30:42 +02:00
update_bigint.sql bigint update script 2011-06-10 13:41:51 +00:00