Re: [GENERAL] Text retrieval & data mining features in PostgreSQL
Maybe pg_trgm contrib.-- William Leite Araújo
[GENERAL] Text retrieval & data mining features in PostgreSQL
Hello all, As part of my research work, I was looking at the text-retrieval capability of PostgreSQL. As I see there are three resources: -- http://techdocs.postgresql.org/techdocs/fulltextindexing.php -- tsearch2 -- OpenFTS (which looks like a frontend for tsearch2). I couldnt understand th