;Partitioned tables are not
> processed by autovacuum."
> https://www.postgresql.org/docs/15/routine-vacuuming.html
>
> What does the above statement mean?
> Does autovacuum not process both the parent and the child tables in a
> partition relationship?
>
> What is
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/15/runtime-config-autovacuum.html
Description:
There is a statement in the Postgres Docs: "Partitioned tables are not
processed by autovacuum."
https://www.postgresql.org/docs/