you help
De: Teodor Sigaev [mailto:[EMAIL PROTECTED]
Date: ven. 04/05/2007 12:25
À: Philippe Amelant
Cc: pgsql-general@postgresql.org
Objet : Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2
> Are tsearch2 from postgresql 8.2.4 compatible with l
Le lundi 30 avril 2007 à 20:13 +0400, Oleg Bartunov a écrit :
> On Mon, 30 Apr 2007, philippe wrote:
> > Now if I do a query like this
> > select to_tsvector('default', '... something with more than 200
> > chars');
> >
> > -> result ok
>
> it doesn't uses french snowball stemmer
>
Yes, it's jus
I'm testing with another snowball stemmer (dutch) and I have the same
problem. Backen crash with more than 200 characters in
select to_tsvector(
again default stemmer (english) work well
Are tsearch2 from postgresql 8.2.4 compatible with last stemmer from
http://www.snowball.tartarus.org
??
On Mon, 30 Apr 2007, philippe wrote:
Hi,
I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
tsearch.
I use french snowball package to compile a stemming lib -> dict_fr.so
Now if I do a query like this
select to_tsvector('default', '... something with more than 200
chars');
Le lundi 30 avril 2007 à 11:51 -0400, Tom Lane a écrit :
> Philippe Amelant <[EMAIL PROTECTED]> writes:
> > I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
> > tsearch.
>
> > I use french snowball package to compile a stemming lib -> dict_fr.so
>
> Are you sure you used the
Hi,
I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
tsearch.
I use french snowball package to compile a stemming lib -> dict_fr.so
Now if I do a query like this
select to_tsvector('default', '... something with more than 200
chars');
-> result ok
but
select to_tsvector(
Philippe Amelant <[EMAIL PROTECTED]> writes:
> I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
> tsearch.
> I use french snowball package to compile a stemming lib -> dict_fr.so
Are you sure you used the same snowball version that tsearch2 uses?
The snowball people have mad
Hi,
I'm tryng to upgrade a 8.1.3 server to 8.2.4 and I have a problem with
tsearch.
I use french snowball package to compile a stemming lib -> dict_fr.so
Now if I do a query like this
select to_tsvector('default', '... something with more than 200
chars');
-> result ok
but
select to_tsvector(