Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-04-05 Thread Michelle Konzack
Hello Teodor, Am 2007-03-30 16:49:19, schrieb Teodor Sigaev: > Our tsearch_core patch (moving tsearch into core of pgsql) solves that > problem - it contains all possible snowball stemmers. I have problems migrating my 7.4 to 8.2 since Debian contain only 8.1. Applaying tsearch2 is strange too.

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-04-02 Thread Teodor Sigaev
Fixed. Thanks for the report. Anyway, just to signal that tsearch2 crashes if SELECT is not granted to pg_ts_dict (other tables give a proper error message when not GRANTed).On -- Teodor Sigaev E-mail: [EMAIL PROTECTED]

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-04-01 Thread Listmail
Anyway, just to signal that tsearch2 crashes if SELECT is not granted to pg_ts_dict (other tables give a proper error message when not GRANTed).On I don't understand this. Are sure on this ? From prompt in your select examples I see you have superuser's rights and you have successfully

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-04-01 Thread Oleg Bartunov
On Fri, 30 Mar 2007, Listmail wrote: OK, I've solved my problem... thanks for the hint ! Anyway, just to signal that tsearch2 crashes if SELECT is not granted to pg_ts_dict (other tables give a proper error message when not GRANTed).On I don't understand this. Are sure on this ? F

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-03-30 Thread Listmail
OK, I've solved my problem... thanks for the hint ! Anyway, just to signal that tsearch2 crashes if SELECT is not granted to pg_ts_dict (other tables give a proper error message when not GRANTed).On Fri, 30 Mar 2007 13:20:30 +0200, Listmail <[EMAIL PROTECTED]> wrote: Hel

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-03-30 Thread Teodor Sigaev
(copy french stem.c and stem.h from the snowball website) Take french stemmer from http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/dicts/stemmer/stemmer_utf8_french.tar.gz At least, it works for me. Sorry, but Snowball's interfaces are changed very quickly and unpredictable and Snowball

Re: [GENERAL] Tsearch2 crashes my backend, ouch !

2007-03-30 Thread Teodor Sigaev
which version of pgsql exactly? Listmail wrote: Hello, I have just ditched Gentoo and installed a brand new kubuntu system (was tired of the endless compiles). I have a problem with crashing tsearch2. This appeared both on Gentoo and the brand new kubuntu. I will describe a

[GENERAL] Tsearch2 crashes my backend, ouch !

2007-03-30 Thread Listmail
Hello, I have just ditched Gentoo and installed a brand new kubuntu system (was tired of the endless compiles). I have a problem with crashing tsearch2. This appeared both on Gentoo and the brand new kubuntu. I will describe all my install procedure, maybe I'm doing somet