moving toast table to its own tablespace - Mailing list pgsql-hackers

From Alvaro Herrera
Subject moving toast table to its own tablespace
Date
Msg-id 1305832478-sup-2082@alvh.no-ip.org
Whole thread Raw
Responses Re: moving toast table to its own tablespace  (Robert Haas <robertmhaas@gmail.com>)
List 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@alvh.no-ip.org>


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Patch by request at pgcon
Next
From: Noah Misch
Date:
Subject: Re: switch UNLOGGED to LOGGED