Thread: BUG #15490: The tablespace of an index defined on a partitioned tabledoes not apply to a newly added partition

The following bug has been logged on the website:

Bug reference:      15490
Logged by:          TaeHoon Kim
Email address:      kth999@gmail.com
PostgreSQL version: 11.0
Operating system:   Windows 10
Description:

The automatically added index on a newly added partition is in a default
tablespace, not the tablespace specified in the index for the partitioned
table.


On 2018/11/07 16:18, PG Bug reporting form wrote:
> The following bug has been logged on the website:
> 
> Bug reference:      15490
> Logged by:          TaeHoon Kim
> Email address:      kth999@gmail.com
> PostgreSQL version: 11.0
> Operating system:   Windows 10
> Description:        
> 
> The automatically added index on a newly added partition is in a default
> tablespace, not the tablespace specified in the index for the partitioned
> table.

There is a fix coming for this bug in the 11.1, which will be released
later this week.  See the release notes here:

https://www.postgresql.org/docs/devel/release-11-1.html

Thanks,
Amit