Re: How does the tsearch configuration get selected?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Bruce Momjian <bruce@momjian.us>, Michael Paesold <mpaesold@gmx.at>, "Joshua D. Drake" <jd@commandprompt.com>, Gregory Stark <stark@enterprisedb.com>, Oleg Bartunov <oleg@sai.msu.su>, pgsql-hackers@postgresql.org
Date: 2007-06-15T16:40:09Z
Lists: pgsql-hackers
Teodor Sigaev <teodor@sigaev.ru> writes:
> But configuration for different languages might be differ, for example
> russian (and any cyrillic-based) configuration is differ from
> west-european configuration based on different character sets.

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?

			regards, tom lane