Re: Loading 8.2 data into 8.1

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Cc: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
Subject: Re: Loading 8.2 data into 8.1
Date: 2007-11-22 13:19:23
Message-ID: 200711221419.23552.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Am Dienstag, 20. November 2007 schrieb Andreas Joseph Krogh:
> Is it considered "safe" to use 8.1's pg_dump to dump an 8.2-db and load it
> into 8.1?

No, pg_dump will complain if you try that. It could work, with manual fixups
perhaps, but it is far from "safe".

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2007-11-22 13:46:03 Re: [SQL] Bad Schema Design or Useful Trick?
Previous Message A. Kretschmer 2007-11-22 11:19:56 Re: How to have a unique primary key on two tables