doc PG 18 relnotes: move and clarify constraint items
authorBruce Momjian
Mon, 5 May 2025 02:08:20 +0000 (22:08 -0400)
committerBruce Momjian
Mon, 5 May 2025 02:08:20 +0000 (22:08 -0400)
Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/202505041135[email protected]

doc/src/sgml/release-18.sgml

index bd2b2ed63151194d5b55d9247bbeadc2b3a5d3b6..764c929823f8e3e60f49ba2d8561571e48169a8c 100644 (file)
@@ -1530,23 +1530,6 @@ This is specified by WITHOUT OVERLAPS on the last column.
 
 
 
-
-
-
-
-
-Require primary/foreign key relationships to use either deterministic collations or the the same nondeterministic collations (Peter Eisentraut)
-§
-
-
-
-The restore of a pg_dump, also used by pg_upgrade, will fail if these requirements are not met;  schema changes must be made for these upgrade methods to succeed.
-
-
-
 
 
 
 
-Allow ALTER TABLE to set the NOT VALID attribute of NOT NULL constraints (Rushabh Lathia, Jian He)
-§
+Require primary/foreign key relationships to use either deterministic collations or the the same nondeterministic collations (Peter Eisentraut)
+§
+
+
+
+The restore of a pg_dump, also used by pg_upgrade, will fail if these requirements are not met;  schema changes must be made for these upgrade methods to succeed.
 
 
 
 
 
 
 
-Allow NOT VALID foreign key constraints on partitioned tables (Amul Sul)
-§
+Store column NOT NULL specifications in pg_constraint (Álvaro Herrera, Bernd Helmle)
+§
+
+
+
+This allows names to be specified for NOT NULL constraint.  This also adds NOT NULL constraints to foreign tables and NOT NULL inheritance control to local tables.
 
 
 
 
 
 
 
-Allow dropping of constraints ONLY on partitioned tables (Álvaro Herrera)
-§
-
-
-
-This was previously erroneously prohibited.
+Allow ALTER TABLE to set the NOT VALID attribute of NOT NULL constraints (Rushabh Lathia, Jian He)
+§
 
 
 
@@ -1615,7 +1602,7 @@ Author: Álvaro Herrera 
 
 
 
-Allow modification of the inheritability of constraints (Suraj Kharage, Álvaro Herrera)
+Allow modification of the inheritability of NOT NULL constraints (Suraj Kharage, Álvaro Herrera)
 §
 §
 
@@ -1627,17 +1614,29 @@ The syntax is ALTER TABLE ... ALTER CONSTRAINT ... [NO] INHERIT.
 
 
 
 
 
-Store column NOT NULL specifications in pg_constraint (Álvaro Herrera, Bernd Helmle)
-14e87ffa5">§
+Allow NOT VALID foreign key constraints on partitioned tables (Amul Sul)
+b663b9436">§
 
+
+
+
 
+
 
-This allows names to be specified for NOT NULL constraint.  This also adds NOT NULL constraints to foreign tables and NOT NULL inheritance control to local tables.
+Allow dropping of constraints ONLY on partitioned tables (Álvaro Herrera)
+§
+
+
+
+This was previously erroneously prohibited.