From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix omission in partitioning limitation documentation |
Date: | 2024-01-11 13:44:16 |
Message-ID: | E1rNvM0-000uf4-Uw@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix omission in partitioning limitation documentation
UNIQUE and PRIMARY KEY constraints can be created on ONLY the
partitioned table. We already had an example demonstrating that,
but forgot to mention it in the documentation of the limits of
partitioning.
Author: Laurenz Albe
Reviewed-By: shihao zhong, Shubham Khanna, Ashutosh Bapat
Backpatch-through: 12
Discussion: https://postgr.es/m/167299368731.659.16130012959616771853@wrigleys.postgresql.org
Branch
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/5b0287adcab35c1e55d007ba3037c49bd7536ee8
Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2024-01-11 13:56:04 | pgsql: Clarify which xml tools are missing in meson error message |
Previous Message | Amit Kapila | 2024-01-11 03:35:03 | pgsql: Fix an intermetant BF failure in 003_logical_slots. |