Plans for partitioning of inheriting tables

From: thiemo(at)gelassene-pferde(dot)biz
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Plans for partitioning of inheriting tables
Date: 2024-10-24 19:47:02
Message-ID: 20241024214702.Horde.hYZQZgT8lc-DKEIqL9Ai-E3@webmail.gelassene-pferde.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

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.

Kind regards

Thiemo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-10-24 20:44:04 Re: Plans for partitioning of inheriting tables
Previous Message Tom Lane 2024-10-24 18:32:26 Re: Using Expanded Objects other than Arrays from plpgsql