Re: Back-porting a database? - Mailing list pgsql-general

From Tom Lane
Subject Re: Back-porting a database?
Date
Msg-id 8310.1015480764@sss.pgh.pa.us
Whole thread Raw
In response to Back-porting a database?  (Benjamin Smith <bens@benjamindsmith.com>)
List pgsql-general
Benjamin Smith <bens@benjamindsmith.com> writes:
> So, can I load database(s) from one running PG 7.2 into a system running PG
> 7.1.3? If so, what are the switches on pg_dump or psql to do this?

Get out your editor and fix whatever it is that 7.1 doesn't like about
the schema.

In general, we do not promise backwards compatibility of dumps.

            regards, tom lane

pgsql-general by date:

Previous
From: Benjamin Smith
Date:
Subject: Installing 7.2 on RedHat 7.1
Next
From: Oliver Elphick
Date:
Subject: Re: Have problems with 7.1 -> 7.2 upgrade