[GENERAL] Combine multiple text search configuration

Поиск
Список
Период
Сортировка
От hmidi slim
Тема [GENERAL] Combine multiple text search configuration
Дата
Msg-id CAMsqVxsSy444Lj9oTiva6d62cWCWc+cYt-Uj7M6SpgC0KQUKHw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] Combine multiple text search configuration
Список pgsql-general
Hi,
I want to know if I can combine multiple text search configurations when I tried to use FTS.
Is there any options like this:
to_tsvector(['english', 'french'], document)

Trying to create a new text configuration:
Create text search configuration test (copy=simple)
Alter text search configuration test
add mapping for asciiword with english_stem,french_stem

This query doesn't work. How can I combine multiple text search configurations if I need more than one into my query to search a word?

В списке pgsql-general по дате отправления:

Предыдущее
От: tao tony
Дата:
Сообщение: Re: [GENERAL] checkpoint and recovering process use too much memory
Следующее
От: Luca Ferrari
Дата:
Сообщение: [GENERAL] xmin increasing within a transaction block?