pgsql: Correct docs about partitions and EXCLUDE constraints.

2025-06-19 Thread Jeff Davis
Correct docs about partitions and EXCLUDE constraints. In version 17 we added support for cross-partition EXCLUDE constraints, as long as they included all partition key columns and compared them with equality (see 8c852ba9a4). I updated the docs for exclusion constraints, but I missed that the do

pgsql: Correct docs about partitions and EXCLUDE constraints.

2025-06-19 Thread Jeff Davis
Correct docs about partitions and EXCLUDE constraints. In version 17 we added support for cross-partition EXCLUDE constraints, as long as they included all partition key columns and compared them with equality (see 8c852ba9a4). I updated the docs for exclusion constraints, but I missed that the do