Re: Dump 7.1.3->7.4.2 - Mailing list pgsql-general

From Cyril VELTER
Subject Re: Dump 7.1.3->7.4.2
Date
Msg-id 0eb001c446d4$559a4080$dc01a8c0@lodgis.net
Whole thread Raw
In response to Dump 7.1.3->7.4.2  ("Cyril VELTER" <cyril.velter@metadys.com>)
Responses Re: Dump 7.1.3->7.4.2  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-general
From: "Doug McNaught" <doug@mcnaught.org>


> "Cyril VELTER" <cyril.velter@metadys.com> writes:
>
> >     I'm trying to dump a database from a 7.1.3 server to a 7.4.2 one.
> >
> >     It doesn't works because of difference in COPY format (unless I
use -d
> > which is VERY slow on a 16G database).
>
> Try using the 7.4.2 version of pg_dump to dump out the 7.1.3
> database.  pg_dump is written to talk to multiple versions of the
> server, and it's generally recommended to use the same version of
> pg_dump as the server you're restoring into.

    That's what I already do, but the problem is in COPY TO format (which is
handled by the backend ? right ?)

    cyril


pgsql-general by date:

Previous
From: Jurgen Defurne
Date:
Subject: Re: Error handling in stored functions/procedures
Next
From: Ago
Date:
Subject: Separating application from data