I have already created the full text search index in MS SQL Server.
Below is the query which I have written. I am new to Postgres so, I am trying to recreate the same thing in Postgres.
So, how can I create the same thing in postgres.
CREATE FULLTEXT INDEX ON [dbo].['example_tab'] test1,test2... KEY INDEX unique_index
WITH STOPLIST = SYSTEM