Inherited tables cannot be partitioned (version 12.0) - Mailing list pgsql-docs

From PG Doc comments form
Subject Inherited tables cannot be partitioned (version 12.0)
Date
Msg-id 158383601150.5709.7549872568270044567@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/ddl-inherit.html
Description:

In the document pages for Inheritance and partitions, it could be worth
mentioning that an inherited table cannot be partitioned.
I tried to apply a 2 levels partitioning with a first level driven by
business rationale and a second automatically managed by hash.
But a command like: 
'create table Data_Biz_Segment () inherits(Data) partition by hash(id)' is
refused by Postgres.

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Users/Roles do not align.
Next
From: PG Doc comments form
Date:
Subject: optionally schema-qualified for table_name