Re: Efficient Searching of Large Text Fields - Mailing list pgsql-sql

From PFC
Subject Re: Efficient Searching of Large Text Fields
Date
Msg-id op.ta3qx1wycigqcu@apollo13
Whole thread Raw
In response to Efficient Searching of Large Text Fields  ("Aaron Bono" <postgresql@aranya.com>)
List pgsql-sql
> 2. What functions or libraries are available to make such searching
> easy to implement well?
the tsearch2 module does that, and has a substantial advantage over a  
solution you might reimplement : it's already done (and it works). Try  
it...


pgsql-sql by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Efficient Searching of Large Text Fields
Next
From: "Aaron Bono"
Date:
Subject: Re: Efficient Searching of Large Text Fields