Re: How does the tsearch configuration get selected? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How does the tsearch configuration get selected?
Date
Msg-id 3982.1181919906@sss.pgh.pa.us
Whole thread Raw
In response to Re: How does the tsearch configuration get selected?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> It's not really the index's problem; IIUC the behavior of the gist and
>> gin index opclasses is not locale-specific.  It's the to_tsvector calls
>> that built the tsvector heap column that have a locale specified or
>> implicit.  We need some way of annotating the heap column about this.

> Maybe there should be a different type for each locale.

I had been idly wondering if we could do anything with using tsvector's
typmod for the purpose ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: How does the tsearch configuration get selected?
Next
From: Robert Treat
Date:
Subject: Re: tsearch_core patch: permissions and security issues