Re: pg_dump problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump problem
Date: 2007-11-14 20:33:20
Message-ID: 12743.1195072400@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com> writes:
> looks like the OIDs are there....

Yeah, that makes it look more like the pg_class row went missing
than that there was an intentional drop of the view.

Does "VACUUM VERBOSE pg_class" report anything interesting?
It's possible also that reindexing pg_class would fix it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message madhtr 2007-11-14 20:40:40 stripping HTML, SQL injections ...
Previous Message SHARMILA JOTHIRAJAH 2007-11-14 20:18:18 Re: pg_dump problem