]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
change tiger housenumber format to save as lines instead of points and thus new inter...
[nominatim.git] / sql / tables.sql
index 9126c6299e35b1e50986ff137ba350bc073828fe..d13eee6ec0aa26c7009ec585146b7af8dc3e6cce 100644 (file)
@@ -186,9 +186,6 @@ CREATE TRIGGER place_before_delete BEFORE DELETE ON place
 CREATE TRIGGER place_before_insert BEFORE INSERT ON place
     FOR EACH ROW EXECUTE PROCEDURE place_insert();
 
 CREATE TRIGGER place_before_insert BEFORE INSERT ON place
     FOR EACH ROW EXECUTE PROCEDURE place_insert();
 
-drop index idx_placex_sector;
-CREATE INDEX idx_placex_sector ON placex USING BTREE (geometry_sector,rank_address,osm_type,osm_id) {ts:address-index};
-
 DROP SEQUENCE seq_postcodes;
 CREATE SEQUENCE seq_postcodes start 1;
 
 DROP SEQUENCE seq_postcodes;
 CREATE SEQUENCE seq_postcodes start 1;