Re: Problems with pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ben Ramsey" <ben(at)eureka-interactive(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with pg_dump
Date: 2003-03-10 20:22:01
Message-ID: 19712.1047327721@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ben Ramsey" <ben(at)eureka-interactive(dot)com> writes:
> Well, now. That can't be very good. If this is the case, anyone have any
> ideas of how to retrieve this data, or am I just stuck for good and out
> hours of work trying to get this data for our clients?

With 11 out of 12 databases apparently corrupted, your odds seem bleak.

If you are really lucky, the failures all come from one isolated
problem, rather than suggesting massive misfeasance on the part of
your disk. I'd bet on pg_shadow as the best candidate (though it
could maybe be pg_group or pg_database; there are no other shared
tables, hence no other prospect for a common-mode failure). Can you
do "select * from pg_shadow" without errors? How about pg_group and
pg_database?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hadley Willan 2003-03-10 20:22:02 Re: Is there any way to delete a column
Previous Message Diego Gil 2003-03-10 20:18:02 Ncurses / Console example