Re: [HACKERS] moving toast table to its own tablespace

2011-05-24 Thread Bruce Momjian
Robert Haas wrote: On Thu, May 19, 2011 at 3:17 PM, Alvaro Herrera alvhe...@alvh.no-ip.org wrote: 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

[HACKERS] moving toast table to its own tablespace

2011-05-19 Thread Alvaro Herrera
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 alvhe...@alvh.no-ip.org -- Sent via pgsql-hackers mailing list

Re: [HACKERS] moving toast table to its own tablespace

2011-05-19 Thread Robert Haas
On Thu, May 19, 2011 at 3:17 PM, Alvaro Herrera alvhe...@alvh.no-ip.org wrote: 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; Off the top of my