[GENERAL] Combine multiple text search configuration - Mailing list pgsql-general

From hmidi slim
Subject [GENERAL] Combine multiple text search configuration
Date
Msg-id CAMsqVxsSy444Lj9oTiva6d62cWCWc+cYt-Uj7M6SpgC0KQUKHw@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Combine multiple text search configuration  (Johannes Graën <johannes.graen@gmail.com>)
List 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 by date:

Previous
From: tao tony
Date:
Subject: Re: [GENERAL] checkpoint and recovering process use too much memory
Next
From: Luca Ferrari
Date:
Subject: [GENERAL] xmin increasing within a transaction block?