Re: New feature: selectivity - new attribute in function - Mailing list pgsql-general

From Adrian Klaver
Subject Re: New feature: selectivity - new attribute in function
Date
Msg-id 201104161352.30977.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: New feature: selectivity - new attribute in function  (Edison So <edison.so2@gmail.com>)
List pgsql-general
On Saturday, April 16, 2011 1:10:39 pm Edison So wrote:
> Thank you for the reply.
>
> It has nothing to do with programming. I was trying to back up the 8.1
> database (using pg_dump) which had exceeded 2Gig limit according to a
> response. When I tried to restore it using pg_restore to a 9.0 database, it
> complained about custom archiver error and corruption and the whole backup
> stopped.
>
> One response told me to try backing up 8.1 database using 9.0 pg_dump and
> restore it to 9.0 database using 9.0 pg_restore. Another option, I can
> think of, is to back up each table one at time and restore it one by one.
> This way the 2G limit will never come up during the backup. However, it
> requires a lot of works.
>
> Any suggestion?
>

Should have added to my previous post that the -Fp  option creates a file that is
not compressed.

--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: New feature: selectivity - new attribute in function
Next
From: Edison So
Date:
Subject: Re: New feature: selectivity - new attribute in function