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-08 15:37:56
Message-ID: 10623.1265643476@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

peter(at)vfemail(dot)net writes:
> The first execution of the:

> select * from pg_index where indexrelid = 2196359751;

> command returned this message:

> WARNING: terminating connection because of crash of another server process

It seems you have much worse problems than this one table. I think you
need to plan on re-initdb'ing and re-loading. If you can't get pg_dump
to produce a whole dump, does it work to dump one table at a time with
the -t switch?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2010-02-08 15:49:49 Re: trouble with an older version of postgresql
Previous Message Joshua Tolley 2010-02-08 14:02:30 Re: trouble with an older version of postgresql