Re: pg_dump, pg_restore and tablespaces
| От | Jim C. Nasby |
|---|---|
| Тема | Re: pg_dump, pg_restore and tablespaces |
| Дата | |
| Msg-id | 20051206201123.GF16053@nasby.net обсуждение исходный текст |
| Ответ на | pg_dump, pg_restore and tablespaces (Colton Smith <smith@skio.peachnet.edu>) |
| Список | 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 по дате отправления: