Skip to content

Instantly share code, notes, and snippets.

@mkubala
Created July 10, 2020 11:54
Show Gist options
  • Save mkubala/a7ee3f3cb2395f1dfeff373cbe0598e6 to your computer and use it in GitHub Desktop.
Save mkubala/a7ee3f3cb2395f1dfeff373cbe0598e6 to your computer and use it in GitHub Desktop.
-- Loads the module
CREATE EXTENSION intarray;
-- Recreate the index
DROP INDEX journal_tags_idx;
CREATE INDEX journal_tags_idx ON public.journal USING GIN(tags gin__int_ops);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment