PostgreSQL - Full-Text Search
What will be the result of this query if the GIN index exists?
EXPLAIN SELECT * FROM docs WHERE to_tsvector('english', text) @@ to_tsquery('english', 'search');