X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8b91284f7fe4dd2280484e25673634b78fb9c7c0..2c6b17f772fec2db0a8a8bac7462efecef92337e:/sql/tables.sql 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