Skip to content

Instantly share code, notes, and snippets.

@bogsio
Created October 28, 2013 19:54
Show Gist options
  • Select an option

  • Save bogsio/7203459 to your computer and use it in GitHub Desktop.

Select an option

Save bogsio/7203459 to your computer and use it in GitHub Desktop.
CREATE INDEX post_search_index
ON posts
USING gin
(search_index);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment