X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/92095c9247ebfeb08ea1bcaebbae66ee406ce426..9e54d1d6eb3e418c13ea090eeee4c9f9ee30b55a:/sql/tables.sql?ds=sidebyside diff --git a/sql/tables.sql b/sql/tables.sql index 19398eb5..8cc2c831 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -167,6 +167,8 @@ GRANT SELECT on location_area to "{www-user}" ; -- insert creates the location tables, creates location indexes if indexed == true CREATE TRIGGER placex_before_insert BEFORE INSERT ON placex FOR EACH ROW EXECUTE PROCEDURE placex_insert(); +CREATE TRIGGER osmline_before_insert BEFORE INSERT ON location_property_osmline + FOR EACH ROW EXECUTE PROCEDURE osmline_insert(); -- update insert creates the location tables CREATE TRIGGER placex_before_update BEFORE UPDATE ON placex