contrib/tsearch - chopped words?

From: Bruce Young <hbrucey(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: contrib/tsearch - chopped words?
Date: 2003-06-26 15:05:44
Message-ID: 20030626150544.74208.qmail@web10401.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello list,
I have followed the examples in README.tsearch about converting text columns to
txtidx type using the function txt2txidx() . Problem is.. some words become
chopped. "Database for dummies" becomes 'dummi' 'databas' , for example.
I also created a trigger to update the txtidx column and it does the same
thing.
Thanks

- bruce

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

Browse pgsql-sql by date

  From Date Subject
Next Message Randall Lucas 2003-06-26 16:05:17 Re: Change the behaviour of the SERIAL "Type"
Previous Message Richard Huxton 2003-06-26 13:09:01 Re: Join or Where?