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