Skip to content

Instantly share code, notes, and snippets.

@mkubala
Created July 10, 2020 11:54
-- 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