Re: Problem w/ dumping huge table and no disk space

From: David Ford <david(at)blue-labs(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem w/ dumping huge table and no disk space
Date: 2001-09-08 02:36:18
Message-ID: 3B998422.4090008@blue-labs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think I've been successful here :)

I ran pg_dump from the new machine and it doesn't suffer the memory
blowup the old one does. I gleaned 1.7G of data from it, doing inserts now.

_Thank you_ to everyone for their suggestions, this data is really
important. I should have tried the new pg_dump in the first place.

David

Tom Lane wrote:

>David Ford <david(at)blue-labs(dot)org> writes:
>
>>I had b5 on another machine and it didn't want to upgrade cleanly, thus
>>my attempt to dump/restore.
>>
>
>Now that I think about it, I believe you need to run the
>contrib/pg_resetxlog utility to update from 7.1beta5 to final. If you
>do that (read its README first!) you should be able to do the update.
>
> regards, tom lane
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-09-08 02:46:33 Re: recursive text construction in plpgsql?
Previous Message cnliou 2001-09-08 02:24:39 Re: What Is The Firing Order?