Skip to content

Instantly share code, notes, and snippets.

@bogsio
Created October 28, 2013 19:51
Show Gist options
  • Save bogsio/7203413 to your computer and use it in GitHub Desktop.
Save bogsio/7203413 to your computer and use it in GitHub Desktop.
SELECT *
FROM posts
WHERE to_tsvector(content) @@ to_tsquery('english', 'watch');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment