stem & tsearch2, want different stemmed words

From: Marcus Engene <mengpg2(at)engene(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: stem & tsearch2, want different stemmed words
Date: 2007-06-30 08:00:47
Message-ID: 46860DAF.1070000@engene.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

bond=> SELECT to_tsvector('default','animation animal');
to_tsvector
-------------
'anim':1,2
(1 row)

bond=>

Sorry for a silly question, I wonder, how do I override this? I would
want different stemmed words for these.

Best regards,
Marcus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-06-30 08:14:15 Re: Looking for help regarding getting the latest inserted sequence value.
Previous Message Pavel Stehule 2007-06-30 07:38:57 Re: How does one impolement lists, or arrays, pin pl/pgsql ?