PostgreSQL - Full-Text Search
Given the query:
What is the output?
SELECT to_tsvector('english', 'The quick brown fox') @@ to_tsquery('english', 'quick & fox');What is the output?
