Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-21 Thread Oleg Bartunov
On Fri, 21 Nov 2003, Andreas Joseph Krogh wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 21 November 2003 09:42, Oleg Bartunov wrote: > > On Fri, 21 Nov 2003, Teodor Sigaev wrote: > > > No problem, dictionary with support of compounds will be avaliable as > > > separate con

Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-21 Thread Andreas Joseph Krogh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 21 November 2003 09:42, Oleg Bartunov wrote: > On Fri, 21 Nov 2003, Teodor Sigaev wrote: > > No problem, dictionary with support of compounds will be avaliable as > > separate contrib module from our site till 7.5. > > Hmm, I think better not

Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-21 Thread Oleg Bartunov
On Fri, 21 Nov 2003, Teodor Sigaev wrote: > No problem, dictionary with support of compounds will be avaliable as separate > contrib module from our site till 7.5. Hmm, I think better not to introduce another dictionary, which require additional efforts to configure tsearch2, but maintain whole m

Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-21 Thread Teodor Sigaev
No problem, dictionary with support of compounds will be avaliable as separate contrib module from our site till 7.5. Hannu Krosing wrote: Tom Lane kirjutas N, 20.11.2003 kell 17:18: Oleg Bartunov <[EMAIL PROTECTED]> writes: we have a patch for contrib/tsearch2 we'd like to commit for 7.4.1. Is

Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-20 Thread Hannu Krosing
Tom Lane kirjutas N, 20.11.2003 kell 17:18: > Oleg Bartunov <[EMAIL PROTECTED]> writes: > > we have a patch for contrib/tsearch2 we'd like to commit for 7.4.1. > > Is it ok ? > > > We added support for compound words using ispell dictionaries. > > It's rather important feature for agglutinative la

Re: [HACKERS] tsearch2 patch for 7.4.1

2003-11-20 Thread Tom Lane
Oleg Bartunov <[EMAIL PROTECTED]> writes: > we have a patch for contrib/tsearch2 we'd like to commit for 7.4.1. > Is it ok ? > We added support for compound words using ispell dictionaries. > It's rather important feature for agglutinative languages like > german, norwegian (tested). This work was