UPDATE comments SET tsv_comment_text = setweight(to_tsvector(coalesce(story_title,'')), 'A') | |
|| setweight(to_tsvector(coalesce(comment_text,'')), 'B'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment