Re: pg_dump, pg_restore and tablespaces - Mailing list pgsql-admin

From Jim C. Nasby
Subject Re: pg_dump, pg_restore and tablespaces
Date
Msg-id 20051206201123.GF16053@nasby.net
Whole thread Raw
In response to pg_dump, pg_restore and tablespaces  (Colton Smith <smith@skio.peachnet.edu>)
List pgsql-admin
On Tue, Nov 29, 2005 at 02:35:12PM -0500, Colton Smith wrote:
> Hi:
>
>  Let's say I have a database comprised of tables scattered over several
> tablespaces.  Suppose I need to move the database to another server and
> I can't
> use the same pathnames for the tablespaces.  Am I out of luck when it
> comes to using pg_dump and pg_restore?

No. You can just create the tablespaces you need with whatever mapping
suits the new server before doing the restore. This will generate an
error during the restore (tablespace already exists), but you can ignore
that. Just make sure the names match up.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-admin by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: error while creating database
Next
From: "Nirav Parikh"
Date:
Subject: