Re: splitting a table?

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: splitting a table?
Date: 2003-06-20 18:46:47
Message-ID: 200306201946.47428.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 20 Jun 2003 7:22 pm, Johnson, Shaunn wrote:
> --howdy:
>
> --this is what i was talking about when doing
> --things like 'vacuum' and 'pg_dump'.
[snip]
> Backing up schema for debborah_dev_bh_claimsum_4q02 ...
> pg_dump: query to obtain list of indexes failed: ERROR: syscache lookup
> for index 4185182890 failed

As Tom said, if you're on 7.2.1, upgrade to 7.2.4 immediately. Stop PG and
take a backup of the entire data/base directory tree, Being paranoid, I'd set
it up in parallel on a separaate machine or with a different PGDATA (and port
etc). Then see if pg_dump for 7.2.4 can cope. There were a number of bugfixes
between 7.2.1 and .4 - details in the release notes.

--
Richard Huxton

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2003-06-20 18:52:05 Re: [pgsql-advocacy] MySQL gets $19.5 MM
Previous Message Johnson, Shaunn 2003-06-20 18:22:24 Re: splitting a table?