pg_partman icon indicating copy to clipboard operation
pg_partman copied to clipboard

Allow separate tablespace for child tables

Open keithf4 opened this issue 3 years ago • 0 comments

As of PG14, the child now inherits the parent's tablespace automatically. For 5.x, allow setting a different tablespace for child tables vs what the parent has. If the value in part_config is not null, always use that value so that future child tablespace's can be altered if the config changes.

keithf4 avatar Mar 16 '23 18:03 keithf4