From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Teodor Sigaev <teodor(at)sigaev(dot)ru>, pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: A couple of tsearch loose ends |
Date: | 2007-08-22 03:38:43 |
Message-ID: | Pine.LNX.4.64.0708220733500.2727@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 21 Aug 2007, Tom Lane wrote:
> When you look at it, this is downright silly. Why don't we flatten
> the two levels together and write something like
>
> CREATE TEXT SEARCH DICTIONARY swedish (
> TEMPLATE = snowball,
> LANGUAGE = swedish,
> STOPWORDS = swedish
> );
Dictionary is a program with its own options, so we can't know in advance
what actual options it uses. We can reserve some options, though.
This is a very useful feature.
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2007-08-22 03:45:49 | Re: tsearch2 patch status report |
Previous Message | Bruce Momjian | 2007-08-22 03:28:07 | Re: A couple of tsearch loose ends |