Re: suitable text search configuration

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: suitable text search configuration
Date: 2007-10-24 22:36:24
Message-ID: 18726.1193265384@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Andrew Dunstan wrote:
>> Can anyone point to a real world example where country by country would
>> make sense? If we need to distinguish flavors of some languages, I would
>> not be at all surprised if this was not by country anyway.

> pt_BR versus pt_PT. I'm not sure if it makes a difference to a stemmer,
> but maybe to a thesaurus it does ...

Right, but only when we have built-in dictionaries that separately
address the two countries will there be any need to teach initdb about
it. I think we should KISS for now.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-10-25 00:55:08 Re: second DML operation fails with updatable cursor
Previous Message Tom Lane 2007-10-24 22:30:57 Re: second DML operation fails with updatable cursor