From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Mike Nolan <nolan(at)gw(dot)tssi(dot)com> |
Cc: | pgsql general list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Tablespaces and indexes |
Date: | 2005-03-28 15:40:05 |
Message-ID: | 20050328154005.GA7217@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas F.O'Connell | 2005-03-28 15:41:03 | Re: Merging item codes using referential integrity |
Previous Message | Michael Fuhr | 2005-03-28 15:39:35 | Re: Can't pg_dumpall, claims database exists twice |