Skip to content

Instantly share code, notes, and snippets.

@ridhoperdana
Created October 14, 2022 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ridhoperdana/6e3220dbc3c1a6428f6ecda80429734d to your computer and use it in GitHub Desktop.
Save ridhoperdana/6e3220dbc3c1a6428f6ecda80429734d to your computer and use it in GitHub Desktop.
example fts query 1
SELECT 'a fat cat sat on a mat and ate a fat rat'::tsvector @@ 'cat & rat'::tsquery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment