Re: patch : Allow toast tables to be moved to a different tablespace

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Julien Tachoires <julmon(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: patch : Allow toast tables to be moved to a different tablespace
Date: 2011-11-15 16:24:29
Message-ID: CAJKUy5i91yZ_bdqNszZicLVRCtY+OjnbUhsV2R1O0D7Ar8Tb+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 15, 2011 at 11:08 AM, Julien Tachoires <julmon(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shigeru Hanada 2011-11-15 16:55:08 Re: pgsql_fdw, FDW for PostgreSQL server
Previous Message Greg Smith 2011-11-15 16:17:54 Re: [PATCH] Unremovable tuple monitoring