On Wed, Nov 23, 2022 at 4:01 PM Tom Lane <[email protected]> wrote: > Ted Toth <[email protected]> writes: > > On Wed, Nov 23, 2022 at 1:24 PM Ron <[email protected]> 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 >
