Re: Tsearch2 dump/reload problem - Mailing list pgsql-general

From Ian Barwick
Subject Re: Tsearch2 dump/reload problem
Date
Msg-id 1d581afe04072812087c5892b2@mail.gmail.com
Whole thread Raw
In response to Tsearch2 dump/reload problem  (Chris Gamache <cgg007@yahoo.com>)
Responses Re: Tsearch2 dump/reload problem  (Oleg Bartunov <oleg@sai.msu.su>)
Re: Tsearch2 dump/reload problem  (Chris Gamache <cgg007@yahoo.com>)
Re: Tsearch2 dump/reload problem  (Michal Hlavac <hlavki@medium13.sk>)
List pgsql-general
On Wed, 28 Jul 2004 09:42:38 -0700 (PDT), Chris Gamache
<cgg007@yahoo.com> wrote:
> PostgreSQL 7.4.2 -
>
> I'm having some serious problems dumping and reloading a database with utilizes
> TSearch2.
>
> I've followed the directions to-the-letter for dumping and reloading a DB that
> uses TSearch2 ... When I reload and attempt to access the database I find this
> in the logs:
>
> ERROR:  cache lookup failed for function 75769893

I _think_ the way round this is to drop all the tsearch2 objects - you
should have an untsearch2.sql file in a contrib directory somewhere
which contains the appropriate statements. This does of course cascade
to tsvector columns, which you will have to recreate and repopulate.

FWIW I put all tsearch-related objects into their own schema, and
recreate this before restoring other data to a fresh database.

HTH

Ian Barwick
barwick@gmail.com

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Trigger on Postgres for tables syncronization
Next
From: Martin Marques
Date:
Subject: Re: php -postgresql