Re: Tsearch2 cache lookup problem - Mailing list pgsql-general

From Richard Huxton
Subject Re: Tsearch2 cache lookup problem
Date
Msg-id 440F3F3F.7000202@archonet.com
Whole thread Raw
In response to Tsearch2 cache lookup problem  (Matroska80 <tloschiavo@adhocsistemi.it>)
List 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

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Triggers and Multiple Schemas.
Next
From: Richard Huxton
Date:
Subject: Re: Tsearch2 cache lookup problem