use gin index on alias

This commit is contained in:
Robin Appelman 2017-06-19 17:09:58 +02:00
commit a7e6344ace

View file

@ -467,7 +467,7 @@ ALTER TABLE ONLY users
-- Name: alias_trgm_idx; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX alias_trgm_idx ON players USING gist (name gist_trgm_ops);
CREATE INDEX alias_trgm_idx ON players USING gin (name gin_trgm_ops);
--