Re: Correct docs about partitions and EXCLUDE constraints

2025-06-19 Thread Paul Jungwirth
On 6/19/25 08:43, Jeff Davis wrote: Leaving it in the entry for PARTITION BY seems out of place; shouldn't it be moved to the entry for EXCLUDE? I also merged your wording with some similar wording from the entry about UNIQUE. Attached. I agree this new location makes more sense. The wording lo

Re: Correct docs about partitions and EXCLUDE constraints

2025-06-19 Thread Jeff Davis
he entry for EXCLUDE? I also merged your wording with some similar wording from the entry about UNIQUE. Attached. Regards, Jeff Davis From 0988ec1bac79055899fb555ac0c0441333888c83 Mon Sep 17 00:00:00 2001 From: "Paul A. Jungwirth" Date: Tue, 17 Jun 2025 20:48:56 -0700 Subject:

Correct docs about partitions and EXCLUDE constraints

2025-06-18 Thread Paul Jungwirth
From: "Paul A. Jungwirth" Date: Tue, 17 Jun 2025 20:48:56 -0700 Subject: [PATCH v1] Correct docs about partitions and EXCLUDE constraints In pg17 we added support for cross-partition EXCLUDE constraints, as long as they included all partition key columns and compared them wit