Re: patch : Allow toast tables to be moved to a different tablespace
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: Julien Tachoires <julmon@gmail.com>, 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-15T03:25:29Z
Lists: pgsql-hackers
Attachments
- no-tablespaces.patch (text/x-patch) patch
On 03/14/2015 05:59 PM, Julien Tachoires wrote: > 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. Nice. You will also want to apply the attached patch which fixes support for the --no-tablespaces flag. -- Andreas Karlsson