moving toast table to its own tablespace

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: moving toast table to its own tablespace
Date: 2011-05-19 19:17:12
Message-ID: 1305832478-sup-2082@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there a reason we don't allow moving the toast table to a separate
tablespace, other than unimplemented feature? If not, I propose such a
syntax as

ALTER TABLE foo SET TOAST TABLESPACE bar;

--
Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2011-05-19 19:24:38 Re: switch UNLOGGED to LOGGED
Previous Message Stephen Frost 2011-05-19 18:19:04 Re: Patch by request at pgcon