Re: BUG #14290: materialized view refresh doesn't use temp_tablespace - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
Date
Msg-id 87k2f69bch.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: BUG #14290: materialized view refresh doesn't usetemp_tablespace  (Rick Otten <rotten@windfish.net>)
Responses Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
List pgsql-bugs
>>>>> "Rick" == Rick Otten <rotten@windfish.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)

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14294: Problem in generate series between dates
Next
From: Rick Otten
Date:
Subject: Re: BUG #14290: materialized view refresh doesn't use temp_tablespace