move index over nameaddress_vector back to delayed index creation

No longer needed for linking places.
This commit is contained in:
Sarah Hoffmann
2012-05-13 11:38:50 +02:00
parent fd448170c5
commit 7c4b68d2ea
2 changed files with 5 additions and 3 deletions

View 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 (