Re: [GENERAL] Text retrieval & data mining features in PostgreSQL

2006-10-03 Thread William Leite Araújo
  Maybe pg_trgm contrib.-- William Leite Araújo

[GENERAL] Text retrieval & data mining features in PostgreSQL

2006-10-03 Thread Ritesh Nadhani
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