]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/indices.src.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / sql / indices.src.sql
index 37d53a052f936aece5fcc3e8a8e092cd01d09aa1..4685ae2f7d5ac3b71f6e653932a099f661ddf425 100644 (file)
@@ -28,3 +28,6 @@ CREATE INDEX idx_location_property_-partition-_centroid ON location_property_-pa
 -- end
 
 CREATE UNIQUE INDEX idx_place_osm_unique on place using btree(osm_id,osm_type,class,type);
+
+
+CREATE INDEX idx_gb_postcode_postcode ON gb_postcode USING BTREE (postcode);