On Fri, 24 Oct 2025 at 09:38, Laurenz Albe <[email protected]> wrote: > I recommend that you create a primary key on each partition rather than > having one > on the partitioned table.
It might be worth mentioning that doing that would forego having the ability to reference the partitioned table in a foreign key constraint. David
