On Wed, Nov 23, 2022 at 4:01 PM Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
Ted Toth <txtoth@xxxxxxxxx> writes:
> On Wed, Nov 23, 2022 at 1:24 PM Ron <ronljohnsonjr@xxxxxxxxx> wrote:
>> Out of curiosity, why INHERITS in v13 instead of PARTITION BY?
> Because none of the declarative partition types do what I want.
Then you're stuck managing it manually. But ATTACH PARTITION is
not relevant to INHERITS-style partitioning.
That's the part that wasn't clear to me, thanks.
regards, tom lane