mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
use gin index on alias
This commit is contained in:
parent
34ec8188d6
commit
a7e6344ace
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue