From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Correct docs about partitions and EXCLUDE constraints. |
Date: | 2025-06-19 19:44:53 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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 docs for CREATE TABLE
still said that they were not supported. This commit fixes that.
Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Co-authored-by: Jeff Davis <pgsql(at)j-davis(dot)com>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 17
Branch
------
master
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2025-06-19 19:44:58 | pgsql: Correct docs about partitions and EXCLUDE constraints. |
Previous Message | Bruce Momjian | 2025-06-19 15:59:25 | pgsql: doc PG 18 relnotes: add links for applications |