pg_dump & table space

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump & table space
Date: 2009-05-31 17:48:01
Message-ID: 200905311948.01826.fluca1978@infinito.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
is there a way to dump an entire database which has a specific table space
without having in the sql file any reference to the tablespace? This can be
useful when moving the database from one machine to another (that does not use
the tablespace). Any way to achieve that with pg_dump?

Thanks,
Luca

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-05-31 21:35:33 Re: INTERVAL SECOND limited to 59 seconds?
Previous Message Tom Lane 2009-05-31 17:25:25 Re: newbie table design question