Re: robust way of moving tables to a different disk?? - Mailing list pgsql-admin

From Tom Lane
Subject Re: robust way of moving tables to a different disk??
Date
Msg-id 25213.1103213962@sss.pgh.pa.us
Whole thread Raw
In response to robust way of moving tables to a different disk??  (Sam Mortimer <sam.mortimer@gmail.com>)
Responses Re: robust way of moving tables to a different disk??  (Sam Mortimer <sam.mortimer@gmail.com>)
List pgsql-admin
Sam Mortimer <sam.mortimer@gmail.com> writes:
> I'd like to move some tables from a particular database onto a
> different set of disks.  However, I can't see any robust way of
> achieving this.

PG 8.0 can do this using tablespaces.  There isn't any particularly
nice solution in earlier versions.  If you want to move an entire
*database*, you can do it with the "alternate locations" feature,
but not table-by-table.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: easy one: location of the database cluster
Next
From: Tom Lane
Date:
Subject: Re: CREATE USER ...