| From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
|---|---|
| To: | "Hakan Kocaman" <Hakan(dot)Kocaman(at)digame(dot)de> |
| Cc: | "Alexander Burbello" <alexander(at)cresoltec(dot)com(dot)br>, "Lista Postgres" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Move indexes |
| Date: | 2006-11-15 00:21:08 |
| Message-ID: | c2d9e70e0611141621v5e6a6eabo154014429d6ddabe@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On 11/14/06, Hakan Kocaman <Hakan(dot)Kocaman(at)digame(dot)de> wrote:
> 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).
>
i think we should add: "in >= 8.1"
--
regards,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2006-11-15 04:04:39 | Re: Finding out free space? |
| Previous Message | Simon Riggs | 2006-11-14 22:14:51 | Re: Checkpoint Location Format |