Postgresql - converting text to ts_vector
问题 Sorry for the basic question. I have a table with the following columns. Column | Type | Modifiers --------+---------+----------- id | integer | doc_id | bigint | text | text | I am trying to do text matching on the 'text' (3rd column) I receive an error message when I try to text match on the text column. Saying that the string is too long for ts_vector. I only want observations which contain the words "other events" SELECT * FROM eightks\d WHERE to_tsvector(text) @@ to_tsquery('other_events