Re: A couple of tsearch loose ends - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: A couple of tsearch loose ends
Date
Msg-id Pine.LNX.4.64.0708220733500.2727@sn.sai.msu.ru
Whole thread Raw
In response to Re: A couple of tsearch loose ends  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: A couple of tsearch loose ends
Next
From: Oleg Bartunov
Date:
Subject: Re: tsearch2 patch status report