Re: [ADMIN] fulltext search

2005-03-17 Thread John DeSoi
On Mar 17, 2005, at 10:33 AM, Sabio - PSQL wrote: how to implement a fulltext search on table with a varchar(300) field and over 6 millions of records? There is a full text search implementation called tsearch2: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/ Here is an article to get you

Re: [ADMIN] fulltext search

2005-03-17 Thread Michael Fuhr
On Thu, Mar 17, 2005 at 09:33:44AM -0600, Sabio - PSQL wrote: > how to implement a fulltext search on table with a varchar(300) field > and over 6 millions of records? See contrib/tsearch2. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---(end of broadcast)--

[ADMIN] fulltext search

2005-03-17 Thread Sabio - PSQL
how to implement a fulltext search on table with a varchar(300) field and over 6 millions of records? ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings