]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/indices.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib-sql / indices.sql
index ad6753c6a4b03766101ac556040929dae8cc6d79..332cbb00f70013a42387a39e392e5ffc1a3de79c 100644 (file)
@@ -49,10 +49,6 @@ CREATE INDEX IF NOT EXISTS idx_postcode_postcode
 
   CREATE UNIQUE INDEX IF NOT EXISTS idx_place_osm_unique
     ON place USING btree(osm_id, osm_type, class, type) {{db.tablespace.address_index}};
-
-  CREATE INDEX IF NOT EXISTS idx_place_interpolations
-    ON place USING gist(geometry) {{db.tablespace.address_index}}
-    WHERE osm_type = 'W' and address ? 'interpolation';
 {% endif %}
 
 -- Indices only needed for search.