Up to version 17, partitioning of tables inheriting from other tables is not possible.
psql:../code_files/data_storage/PostgreSQL/tables/TOPO_ FILES.pg_sql:68: ERROR: no se puede crear una tabla particionada como hija de herencia
Are there plans to support this in the future? I could not find any hint in the documentation or in https://wiki.postgresql.org/wiki/Development_information .
My impression of things is that directly using “inherit” for table creation is considered deprecated at this point. No one has interest in expanding on the feature nor even recommends it be used in new development. That particular unique feature of PostgreSQL hasn’t caught on.
David J.