Re: robust way of moving tables to a different disk??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: robust way of moving tables to a different disk??
Дата
Msg-id 25213.1103213962@sss.pgh.pa.us
обсуждение исходный текст
Ответ на robust way of moving tables to a different disk??  (Sam Mortimer <sam.mortimer@gmail.com>)
Ответы Re: robust way of moving tables to a different disk??  (Sam Mortimer <sam.mortimer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: easy one: location of the database cluster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CREATE USER ...