Re: Incomplete pg_dump operation - Mailing list pgsql-novice

From Tom Lane
Subject Re: Incomplete pg_dump operation
Date
Msg-id 10623.1265643476@sss.pgh.pa.us
Whole thread Raw
In response to Re: Incomplete pg_dump operation  (peter@vfemail.net)
Responses Re: Incomplete pg_dump operation
List pgsql-novice
peter@vfemail.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

pgsql-novice by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: trouble with an older version of postgresql
Next
From: Tom Lane
Date:
Subject: Re: trouble with an older version of postgresql