Re: patch : Allow toast tables to be moved to a different tablespace - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: patch : Allow toast tables to be moved to a different tablespace
Date
Msg-id 5504FBA9.3020900@proxel.se
Whole thread Raw
In response to Re: patch : Allow toast tables to be moved to a different tablespace  (Julien Tachoires <julmon@gmail.com>)
Responses Re: patch : Allow toast tables to be moved to a different tablespace  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_rewind in contrib
Next
From: Andreas Karlsson
Date:
Subject: Re: patch : Allow toast tables to be moved to a different tablespace