PostgreSQL - Indexing Strategies
You want to create a GiST index on a table
documents with a column content of type tsvector for fast full-text search. Which of the following statements correctly creates the index and allows efficient search for the phrase 'open source'?