Re: tsearch2: more than one index per table?

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Rick Schumeyer <rschumeyer(at)ieee(dot)org>
Cc: 'PgSql General' <pgsql-general(at)postgresql(dot)org>
Subject: Re: tsearch2: more than one index per table?
Date: 2005-11-23 07:36:45
Message-ID: 43841C0D.1030407@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> ERROR: could not find tsearch config by locale
> UPDATE t SET idxA=to_tsvector('default', a);
>

Is it working
select to_tsvector('foo bar')?

I suppose, no. In that case tsearch can't find configuration for current
database locale, update pg_ts_cfg.locale in wished row to correct value.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Script Head 2005-11-23 07:48:45 Strugging with NEW and OLD records.
Previous Message Bjørn T Johansen 2005-11-23 06:32:37 Logging prepared statements in 8.1?