Files
Nominatim/lib-sql/tokenizer/legacy_tokenizer_indices.sql
Sarah Hoffmann 2c8242c8df remove special code for pre9.5 postgresql
9.5 is now the minimum requirement.
2021-07-19 10:24:57 +02:00

3 lines
108 B
SQL

CREATE INDEX IF NOT EXISTS idx_word_word_id
ON word USING BTREE (word_id) {{db.tablespace.search_index}};