Re: Eeek! Major problem after reload with tsearch2 - Mailing list pgsql-general

From Tom Lane
Subject Re: Eeek! Major problem after reload with tsearch2
Date
Msg-id 5035.1107464807@sss.pgh.pa.us
Whole thread Raw
In response to Eeek! Major problem after reload with tsearch2  (Karl Denninger <karl@denninger.net>)
List pgsql-general
Karl Denninger <karl@denninger.net> writes:
> Ok, I found out what was going on with the tsearch2 module and reloading
> after an upgrade to 8.0.1 from 7.4.1

> ERROR:  cache lookup failed for function 36476

I think that tsearch2's control tables contain function OIDs, which
means that you can't just dump them out of one installation and load
into a new one ... you have to regenerate the table contents by running
the tsearch2.sql script.

            regards, tom lane

pgsql-general by date:

Previous
From: Karl Denninger
Date:
Subject: Re: Eeek! Major problem after reload with tsearch2
Next
From: Rory Campbell-Lange
Date:
Subject: Re: Select from function for part of column results