Re: BUG #3539: tsearch2 broken on Intel Macs running Leopard

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Erik R(dot)" <erik(at)mage(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3539: tsearch2 broken on Intel Macs running Leopard
Date: 2007-08-16 06:09:31
Message-ID: 18167.1187244571@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Erik R." <erik(at)mage(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jens Schicke 2007-08-16 10:39:44 BUG #3542: Dropped and recreated columns have problems with NOT NULL contraints
Previous Message Magnus Hagander 2007-08-15 19:01:04 Re: BUG #3541: typo - minor importance