Re: BUG #3539: tsearch2 broken on Intel Macs running Leopard - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3539: tsearch2 broken on Intel Macs running Leopard
Date
Msg-id 18167.1187244571@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3539: tsearch2 broken on Intel Macs running Leopard  ("Erik R." <erik@mage.net>)
List pgsql-bugs
"Erik R." <erik@mage.net> writes:
> Any tsearch query results in the following error message:
> mydb=# select * from product_search('test');
> ERROR:  could not find tsearch config by locale

What does "locale" report on your machine?  AFAICS this error message
just means that "setlocale(LC_CTYPE, NULL)" returned a string that did
not match any entry in pg_ts_cfg.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #3541: typo - minor importance
Next
From: "Jens Schicke"
Date:
Subject: BUG #3543: ARRAY(SELECT ...) contruct yields NULL without rows