PostgreSQL - Full-Text Search
Given the query:
What is the expected output?
SELECT ts_headline('english', 'PostgreSQL is great for text search', to_tsquery('english', 'text'));What is the expected output?
