Re: How does the tsearch configuration get selected?

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Michael Paesold <mpaesold(at)gmx(dot)at>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Gregory Stark <stark(at)enterprisedb(dot)com>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: How does the tsearch configuration get selected?
Date: 2007-06-15 16:49:48
Message-ID: 4672C32C.80407@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

> Sure. I'm just assuming that the set of stopwords doesn't need to vary
> depending on the encoding you're using for a language --- that is, if
> you're willing to convert the encoding then the same stopword list file
> should serve for all encodings of a given language. Do you think this
> might be wrong?
No. I believe that pgsql doesn't support encoding that can not be recoded from
UTF8, at least for non-hieroglyph languages.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Teodor Sigaev 2007-06-15 16:53:03 Re: How does the tsearch configuration get selected?
Previous Message Tom Lane 2007-06-15 16:40:09 Re: How does the tsearch configuration get selected?

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2007-06-15 16:53:03 Re: How does the tsearch configuration get selected?
Previous Message Teodor Sigaev 2007-06-15 16:40:54 Re: Rethinking user-defined-typmod before it's too late