Re: Tsearch2 cache lookup problem

From: Richard Huxton <dev(at)archonet(dot)com>
To: Matroska80 <tloschiavo(at)adhocsistemi(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tsearch2 cache lookup problem
Date: 2006-03-08 20:31:59
Message-ID: 440F3F3F.7000202@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matroska80 wrote:
> Hi i have a problem using tsearch2 with postgresql. Executing:
> SELECT to_tsquery('default','kj');
>
> return a
> cache lookup failed for function 141542.

(adding to my previous reply)
Or it could be a problem with that OID. Also try:

SELECT oid,* FROM pg_proc WHERE oid=14152;

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Louis Gonzales 2006-03-08 20:32:24 Re: Triggers and Multiple Schemas.
Previous Message Richard Huxton 2006-03-08 20:29:52 Re: Tsearch2 cache lookup problem