On Wed, Nov 23, 2022 at 4:01 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > Ted Toth <txt...@gmail.com> writes: > > On Wed, Nov 23, 2022 at 1:24 PM Ron <ronljohnso...@gmail.com> 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 >