Re: tsearch2 vs core? - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: tsearch2 vs core?
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7714@algol.sollentuna.se
Whole thread Raw
In response to tsearch2 vs core?  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
> > Now that we have both WAL logging and better concurrency for GiST
> > indexes (great job btw, this will push at least one of my projects
> > into using 8.1 the day it is released - or more likely, at
> RC stage),
> > are there any plans to move tsearch2 from contrib to core?
>
> tsearch2 now doesn't support multibyte encoding and has
> problems with UTF :(.

Oops. Didn't know that. All my affected DBs are LATIN1 (or ASCII in one
case).

Any plans on fixing this? Don't want to rush you or anything considering
you just made my day with this latest commit, but it'd be interesting to
know if it's "on it's way" or for some reason "not going to happen"?


//Magnus


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: tsearch2 vs core?
Next
From: "Michael Paesold"
Date:
Subject: Re: For review: dbsize patch