Re: default_text_search_config and expression indexes

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: default_text_search_config and expression indexes
Дата
Msg-id Pine.LNX.4.64.0708091358260.18739@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: default_text_search_config and expression indexes  (tomas@tuxteam.de)
Ответы Re: default_text_search_config and expression indexes
Re: default_text_search_config and expression indexes
Список pgsql-hackers
On Thu, 9 Aug 2007, tomas@tuxteam.de wrote:

> Maybe I'm missing something, but it seems to me that the configuration
> is more attached to a column/index thatn to the whole database. If
> there's a default in an expression, I'd rather expect this default to be
> drawn from the index involved than from a global value (like a functional
> index does now).

I'm tired to repeat - index itself doesn't know about configuration !
It just index tsvector data type. tsvector in turn can be obtained
using various ways:
1. manually
2. to_tsvector

tsvector can be stored in a separate attribute or be fully virtual
like in expressional index.

Moreover, tsvector can be obtained using various configurations depending
on your application.

    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 по дате отправления:

Предыдущее
От: Omar Bettin
Дата:
Сообщение: Re: comunication protocol
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT patch, missing things