[GENERAL] RE : [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-05-14 Thread Philippe Amelant
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

Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-05-03 Thread philippe
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

Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-05-02 Thread Philippe Amelant
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 ??

Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-04-30 Thread Oleg Bartunov
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');

Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-04-30 Thread Philippe Amelant
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

[GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-04-30 Thread philippe
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(

Re: [GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-04-30 Thread Tom Lane
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

[GENERAL] Server crash on postgresql 8.2.4 with tsearch2

2007-04-30 Thread Philippe Amelant
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(