Re: upgrade path / versioning roles - Mailing list pgsql-hackers

From Tom Lane
Subject Re: upgrade path / versioning roles
Date
Msg-id 5059.1125599475@sss.pgh.pa.us
Whole thread Raw
In response to upgrade path / versioning roles  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: upgrade path / versioning roles
List pgsql-hackers
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> I think we still recommend using *new* pg_dump to dump *old* server when
> upgrading. If one tries that with today's pg_dump (8.1beta1) against 
> a 8.1devel server of 6 May, i.e., predating roles, one gets:

[ shrug... ]  The current code is expecting that "8.1" means what it
means today.  For dumping from a between-releases snapshot, you'd better
use the pg_dump from the same snapshot.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove xmin and cmin from frozen tuples
Next
From: Tom Lane
Date:
Subject: Re: Minimally avoiding Transaction Wraparound in VLDBs