Re: Tablespaces and indexes - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Tablespaces and indexes
Date
Msg-id 20050328154005.GA7217@wolff.to
Whole thread Raw
In response to Tablespaces and indexes  (Mike Nolan <nolan@gw.tssi.com>)
List pgsql-general
On Sun, Mar 27, 2005 at 19:46:41 -0600,
>
> Related question:  Once I switch the 8.0.1 system over to be the production,
> can I reverse the direction and restore .dmp files on the 7.4.5 system or
> are the tablespace terms in the dump files going to cause problems?

The 8.0.1 dumps will probably use some features that can't be used by
7.4. So you will likely need to pass the 8.0.1 dumps through a preprocessor
before reloading. Note that you can use the 8.0.1 dump program against
a 7.4 server and check for what kinds of problems there will be before
you update to 8.0.1.

pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: Can't pg_dumpall, claims database exists twice
Next
From: Bruno Wolff III
Date:
Subject: Re: Parallel Query should be a top priority