Re: [GENERAL] tsearch2 column update produces "word too long"error

2003-11-24 Thread Markus Wollny
Hi! Now I really couldn't code C to save my life, but I managed to elicit some more debugging info. It's still dumb-user-interaction as suspected, but this is an issue I have to take into account as a basis; here's the "patch" for ts_cfg.c: if (lenlemm >= MAXSTRLEN) erepor

Re: [GENERAL] tsearch2 column update produces "word too long"

2003-11-21 Thread Oleg Bartunov
On Fri, 21 Nov 2003, Markus Wollny wrote: > Hello! > > > Von: Oleg Bartunov [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 21. November 2003 13:06 > > An: Markus Wollny > > Cc: [EMAIL PROTECTED] > > > > Word length is limited by 2K. What's exactly the word > > tsearch2 complained on ? > > 'Llanf

Re: [GENERAL] tsearch2 column update produces "word too long" error

2003-11-21 Thread Markus Wollny
Hello! > Von: Oleg Bartunov [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 21. November 2003 13:06 > An: Markus Wollny > Cc: [EMAIL PROTECTED] > > Word length is limited by 2K. What's exactly the word > tsearch2 complained on ? > 'Llanfairpwllgwyngyllgogerychwyrndrobwantysiliogogogoch' > i

Re: [GENERAL] tsearch2 column update produces "word too long" error

2003-11-21 Thread Oleg Bartunov
On Fri, 21 Nov 2003, Markus Wollny wrote: > Hello! > > I'm currently testing deployment of tsearch2 on our forum table. The > table is huge in itself - some 2GB of data without the indexes. I have > got PostgreSQL 7.4RC2 running on a test machine, installed tsearch2 to > my database, added the new