Re: BUG #14290: materialized view refresh doesn't use temp_tablespace

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Rick Otten <rotten(at)windfish(dot)net>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
Date: 2016-08-24 18:48:08
Message-ID: CACjxUsOCp48mGQB=Ya1Puv=RyTzd0jBf0e-AwfKZ2Rg3_TWWrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Aug 24, 2016 at 1:21 PM, Rick Otten <rotten(at)windfish(dot)net> wrote:

> The distinction between temporary objects that write to disk, and temporary
> files, never occurred to me before. I had always thought they were the same
> thing. I think it is a pretty confusing fine point.

On further investigation, both are supposed to use the tablespaces
you specify, which does make this a bug. Will fix.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-08-24 18:51:00 Re: BUG #14294: Problem in generate series between dates
Previous Message Andrew Gierth 2016-08-24 18:39:07 Re: BUG #14294: Problem in generate series between dates