Re: patch : Allow toast tables to be moved to a different tablespace - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: patch : Allow toast tables to be moved to a different tablespace
Date
Msg-id CAJKUy5i91yZ_bdqNszZicLVRCtY+OjnbUhsV2R1O0D7Ar8Tb+Q@mail.gmail.com
Whole thread Raw
In response to Re: patch : Allow toast tables to be moved to a different tablespace  (Julien Tachoires <julmon@gmail.com>)
List pgsql-hackers
On Tue, Nov 15, 2011 at 11:08 AM, Julien Tachoires <julmon@gmail.com> wrote:
>
> Maybe I'd missed something, but the normal case is :
> ALTER TABLE ... SET TABLESPACE => moves Table + moves associated TOAST Table
> ALTER TABLE ... SET TABLE TABLESPACE => moves Table & keeps associated
> TOAST Table at its place
> ALTER TABLE ... SET TOAST TABLESPACE => keeps Table at its place &
> moves associated TOAST Table
>

oh! i didn't test the patch just read it... and maybe i misunderstood,
will see it again.

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: [PATCH] Unremovable tuple monitoring
Next
From: Shigeru Hanada
Date:
Subject: Re: pgsql_fdw, FDW for PostgreSQL server