Re: Move indexes

Поиск
Список
Период
Сортировка
От Hakan Kocaman
Тема Re: Move indexes
Дата
Msg-id 84AAD313D71B1D4F9EE20E739CC3B6ED013DF4E7@ATLANTIK-CL.intern.digame.de
обсуждение исходный текст
Ответ на Move indexes  (Alexander Burbello <alexander@cresoltec.com.br>)
Ответы Re: Move indexes  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-admin
Hi,

in short terms:

CREATE TABLESPACE
http://www.postgresql.org/docs/8.1/interactive/sql-createtablespace.html
CREATE TABLESPACE tablespace_name [ OWNER username ] LOCATION
'directory'

ALTER INDEX
http://www.postgresql.org/docs/8.1/interactive/sql-alterindex.html
ALTER INDEX name SET TABLESPACE tablespace_name

Haven't tried this for my own, so take care (and test).

Best regards

Hakan



> -----Original Message-----
> From: pgsql-admin-owner@postgresql.org
> [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of
> Alexander Burbello
> Sent: Friday, November 10, 2006 8:03 PM
> To: Lista Postgres
> Subject: [ADMIN] Move indexes
>
>
> Hi,
>
> 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.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org
> so that your
>        message can get through to the mailing list cleanly
>

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

Предыдущее
От: Alexander Burbello
Дата:
Сообщение: Move indexes
Следующее
От: "Ujang Sutisna"
Дата:
Сообщение: Can somebody help me on adding so file