Re: Attaching/detaching tablespaces (or, in general, parts of a DB)

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Yang Zhang <yanghatespam(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Attaching/detaching tablespaces (or, in general, parts of a DB)
Date: 2011-04-07 13:59:30
Message-ID: 4D9DC342.7050605@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le 07/04/2011 04:05, Yang Zhang a écrit :
> Is it possible to attach or detach parts of a DB (e.g. tablespaces),
> such that I can flexibly move the disks containing the DB tables
> around to different hosts?
>

No, you can't. But you actually don't need to. Users won't be able to
access the objects you're moving, so no issues.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vibhor Kumar 2011-04-07 14:09:05 Re: Attaching/detaching tablespaces (or, in general, parts of a DB)
Previous Message Sim Zacks 2011-04-07 13:56:55 Re: Protecting stored procedures