Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t43nf-00GCPQ-Tw for pgsql-general@arkaria.postgresql.org; Thu, 24 Oct 2024 19:47:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t43ne-0079rx-AQ for pgsql-general@arkaria.postgresql.org; Thu, 24 Oct 2024 19:47:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t43nd-0079ro-Vw for pgsql-general@lists.postgresql.org; Thu, 24 Oct 2024 19:47:14 +0000 Received: from sm-r-006-dus.org-dns.com ([84.19.1.234]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t43na-002fsJ-GM for pgsql-general@lists.postgresql.org; Thu, 24 Oct 2024 19:47:12 +0000 Received: from smarthost-dus.org-dns.com (localhost [127.0.0.1]) by smarthost-dus.org-dns.com (Postfix) with ESMTP id 28404A079A for ; Thu, 24 Oct 2024 21:47:08 +0200 (CEST) Received: by smarthost-dus.org-dns.com (Postfix, from userid 1001) id 1B812A0AA7; Thu, 24 Oct 2024 21:47:08 +0200 (CEST) X-Spam-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_INFOUSMEBIZ, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received: from ha01s018.org-dns.com (ha01s018.org-dns.com [62.108.32.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smarthost-dus.org-dns.com (Postfix) with ESMTPS id C7DFCA079A for ; Thu, 24 Oct 2024 21:47:04 +0200 (CEST) Authentication-Results: ha01s018.org-dns.com; spf=pass (sender IP is 127.0.0.1) smtp.mailfrom=thiemo@gelassene-pferde.biz smtp.helo=ha01s018.org-dns.com Received-SPF: pass (ha01s018.org-dns.com: connection is authenticated) Received: from 230.239.197.178.dynamic.cust.swisscom.net (230.239.197.178.dynamic.cust.swisscom.net [178.197.239.230]) by webmail.gelassene-pferde.biz (Horde Framework) with HTTPS; Thu, 24 Oct 2024 21:47:02 +0200 Date: Thu, 24 Oct 2024 21:47:02 +0200 Message-ID: <20241024214702.Horde.hYZQZgT8lc-DKEIqL9Ai-E3@webmail.gelassene-pferde.biz> From: thiemo@gelassene-pferde.biz To: PostgreSQL General Subject: Plans for partitioning of inheriting tables Accept-Language: de Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-PPP-Message-ID: <172979922313.710380.15840498744020756131@ha01s018.org-dns.com> X-PPP-Vhost: gelassene-pferde.biz X-POWERED-BY: wint.global - AV:CLEAN SPAM:OK List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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