Re: default_tablespace doc and partitioned rels
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-04-16T21:02:01Z
Lists: pgsql-hackers
On Fri, Apr 16, 2021 at 04:19:18PM -0400, Alvaro Herrera wrote: > Maybe we can reword it in some other way. "If this parameter is set > when a partitioned table is created, it will become the default > tablespace for future partitions too, even if default_tablespace itself > is reset later" ...?? +1 I'd say: If this parameter is set when a partitioned table is created, the partitioned table's tablespace will be set to the given tablespace, and which will be the default tablespace for partitions create in the future, even if default_tablespace itself has since been changed. -- Justin
Commits
-
Improve documentation for default_tablespace on partitioned tables
- adbcd3e6634a 12.7 landed
- 94b9cb722552 14.0 landed
- 896cedc7d578 13.3 landed
-
Fix tablespace inheritance for partitioned rels
- 87259588d0ab 12.0 cited