1 line
No EOL
187 B
SQL
1 line
No EOL
187 B
SQL
update entries set document_vectors = setweight(to_tsvector(substring(coalesce(title, '') for 1000000)), 'A') || setweight(to_tsvector(substring(coalesce(content, '') for 1000000)), 'B'); |