Re: probelm migrating from 7.3.4 to 7.42 - Mailing list pgsql-general

From Markus Bertheau
Subject Re: probelm migrating from 7.3.4 to 7.42
Date
Msg-id 1091833484.2724.13.camel@teetnang
Whole thread Raw
In response to probelm migrating from 7.3.4 to 7.42  (MichaelHoeller@t-online.de (Michael Hoeller))
List pgsql-general
В Птн, 06.08.2004, в 23:12, Michael Hoeller пишет:

> On version 7.3.4 I do:
> vacuumdb --analyze $PGDATABASE
> pg_dump -x $PGDATABASE >$DATABASE
>
> and on version 7.4.2 I want to import via:
> bzcat $DATABASE  | psql NEWDATABASE
>
> The above command fails.

You need to be quite a bit more specific than that :)

--
Markus Bertheau <twanger@bluetwanger.de>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: probelm migrating from 7.3.4 to 7.42
Next
From: Gaetano Mendola
Date:
Subject: Re: Slow after VACUUM, fast after DROP-CREATE INDEX