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@xxxxxxxxx WWW: http://www.sigaev.ru/