Re: patch : Allow toast tables to be moved to a different tablespace
Julien Tachoires <julmon@gmail.com>
From: Julien Tachoires <julmon@gmail.com>
To: Andreas Karlsson <andreas@proxel.se>, Alex Shulgin <ash@commandprompt.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Jaime Casanova <jaime@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2015-03-14T16:59:43Z
Lists: pgsql-hackers
Attachments
- set_toast_tablespace_v0.14.patch.gz (application/gzip) patch v0
On 14/03/2015 16:10, Andreas Karlsson wrote: > Noticed a bug when playing round some more with pg_dump. It does not > seem to dump custom table space for the table and default table space > for the toast correctly. It forgets about the toast table being in > pg_default. Good catch. This is now fixed. -- Julien