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

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Rick Otten <rotten(at)windfish(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
Date: 2016-08-24 20:14:37
Message-ID: 87k2f69bch.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>> "Rick" == Rick Otten <rotten(at)windfish(dot)net> writes:

Rick> Is t1 also the tablespace for your materialized view? (It isn't
Rick> clear from what you've posted below.)

No. The matview was created in pg_default.

Rick> In my environment my default tablespace for the database is
Rick> different than the temp_tablespace.

Possibly relevant here is that to put a tablespace into
temp_tablespaces, you must have CREATE permission on it. If you set the
value in postgresql.conf rather than with SET, you may not see errors
from lack of permission, instead tablespaces without permission will be
silently omitted.

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rick Otten 2016-08-24 21:35:44 Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
Previous Message Tom Lane 2016-08-24 20:10:40 Re: BUG #14294: Problem in generate series between dates