Re: Incomplete pg_dump operation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: peter(at)vfemail(dot)net
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Incomplete pg_dump operation
Date: 2010-02-07 16:29:51
Message-ID: 24245.1265560191@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

peter(at)vfemail(dot)net writes:
> I then executed a:
> REINDEX TABLE xyz;
> command -- using the table name pg_dump was complaining about yesterday -- and received this message:
> ERROR: could not open relation with OID 2196359751
> making reference to the same OID pg_dump complained about yesterday.

Do you get anything from "select * from pg_class where oid = 2196359751;" ?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message peter 2010-02-07 21:57:28 Re: Incomplete pg_dump operation
Previous Message peter 2010-02-07 13:50:11 Re: Incomplete pg_dump operation