removed single array method of the admin1 polygon geocoder
This commit is contained in:
@@ -7,3 +7,5 @@ CREATE INDEX idx_admin0_synonyms_rank ON admin0_synonyms (rank);
|
||||
-- create indexes on polygon table
|
||||
CREATE UNIQUE INDEX idx_ne_admin0_v3_adm0_a3 ON ne_admin0_v3 (adm0_a3);
|
||||
|
||||
-- create indexes on postal code polygon table
|
||||
CREATE UNIQUE INDEX idx_postal_code_polygons_a3_code ON postal_code_polygons (adm0_a3, postal_code)
|
||||
Reference in New Issue
Block a user