Re: Move indexes

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Move indexes
Дата
Msg-id 1163540901.27956.112.camel@silverbirch.site
обсуждение исходный текст
Ответ на Move indexes  (Alexander Burbello <burbello3000@yahoo.com.br>)
Список pgsql-admin
On Mon, 2006-11-13 at 08:17 -0200, Alexander Burbello wrote:

> I have one tablespace with all my objects.
> I would like to separate indexes from other.
>
> How can I select and move with SQL???
>
> Thank you for your help.

ALTER INDEX name SET TABLESPACE tablespace_name

is the approved way and quicker than re-creating the indexes.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



В списке pgsql-admin по дате отправления:

Предыдущее
От: TomDB
Дата:
Сообщение: Re: replication?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: Checkpoint Location Format