mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
can't have a unique index on placex - only on place
This commit is contained in:
@@ -28,5 +28,4 @@ CREATE INDEX idx_search_name_country_nameaddress_vector ON search_name_country U
|
|||||||
CREATE INDEX idx_location_property_-partition-_centroid ON location_property_-partition- USING GIST (centroid);
|
CREATE INDEX idx_location_property_-partition-_centroid ON location_property_-partition- USING GIST (centroid);
|
||||||
-- end
|
-- end
|
||||||
|
|
||||||
CREATE UNIQUE INDEX idx_placex_osm_unique on placex using btree(osm_id,osm_type,class,type);
|
|
||||||
CREATE UNIQUE INDEX idx_place_osm_unique on place using btree(osm_id,osm_type,class,type);
|
CREATE UNIQUE INDEX idx_place_osm_unique on place using btree(osm_id,osm_type,class,type);
|
||||||
|
|||||||
Reference in New Issue
Block a user