]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
Merge branch 'master' of github.com:twain47/Nominatim
[nominatim.git] / sql / tables.sql
index 48740f232963b03da072233e75e29fefd01ca8e1..ac4d0956536f4e5ff8db6778577cd73e39a97674 100644 (file)
@@ -138,7 +138,6 @@ SELECT AddGeometryColumn('search_name_blank', 'centroid', 4326, 'GEOMETRY', 2);
 drop table IF EXISTS search_name;
 CREATE TABLE search_name () INHERITS (search_name_blank);
 CREATE INDEX idx_search_name_place_id ON search_name USING BTREE (place_id);
-CREATE INDEX search_name_name_vector_idx ON search_name USING GIN (name_vector) WITH (fastupdate = off);
 
 drop table IF EXISTS place_addressline;
 CREATE TABLE place_addressline (