Skip to content

Instantly share code, notes, and snippets.

@zeroDivisible
Created November 10, 2013 22:44
Show Gist options
  • Save zeroDivisible/7404930 to your computer and use it in GitHub Desktop.
Save zeroDivisible/7404930 to your computer and use it in GitHub Desktop.
create gin index for ps_trgm extension
CREATE INDEX trgm_idx ON domain_names USING gin (domain_name gin_trgm_ops);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment