Re: A couple of tsearch loose ends

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: A couple of tsearch loose ends
Дата
Msg-id Pine.LNX.4.64.0708220733500.2727@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: A couple of tsearch loose ends  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: A couple of tsearch loose ends
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsearch2 patch status report