On Wed, Jan 29, 2020 at 05:56:40PM +0900, Amit Langote wrote: > Yes, we will need to first support those parameters on partitioned > tables. Currently, you get: > > create table p (a int) partition by list (a) with > (autovacuum_analyze_scale_factor=0); > ERROR: unrecognized parameter "autovacuum_analyze_scale_factor"
Worth the note: partitioned tables support zero reloptions as of now, but there is the facility in place to allow that (see RELOPT_KIND_PARTITIONED and partitioned_table_reloptions). -- Michael
signature.asc
Description: PGP signature