You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1547
-
</para>
1548
-
</listitem>
1549
-
1550
1533
<!--
1551
1534
Author: Peter Eisentraut <peter@eisentraut.org>
1552
1535
2025-01-11 [ca87c415e] Add support for NOT ENFORCED in CHECK constraints
@@ -1567,42 +1550,46 @@ This also adds column pg_constraint.conenforced.
1567
1550
</listitem>
1568
1551
1569
1552
<!--
1570
-
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1571
-
2025-04-07 [a379061a2] Allow NOT NULL constraints to be added as NOT VALID
1553
+
Author: Peter Eisentraut <peter@eisentraut.org>
1554
+
2024-11-15 [9321d2fdf] Fix collation handling for foreign keys
1572
1555
-->
1573
1556
1574
1557
<listitem>
1575
1558
<para>
1576
-
Allow ALTER TABLE to set the NOT VALID attribute of NOT NULL constraints (Rushabh Lathia, Jian He)
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.
1578
1565
</para>
1579
1566
</listitem>
1580
1567
1581
1568
<!--
1582
1569
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1583
-
2025-01-23 [b663b9436] Allow NOT VALID foreign key constraints on partitioned t
1570
+
2024-11-08 [14e87ffa5] Add pg_constraint rows for not-null constraints
1584
1571
-->
1585
1572
1586
1573
<listitem>
1587
1574
<para>
1588
-
Allow NOT VALID foreign key constraints on partitioned tables (Amul Sul)
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.
1590
1581
</para>
1591
1582
</listitem>
1592
1583
1593
1584
<!--
1594
1585
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
1595
-
2024-09-30 [4dea33ce7] Don't disallow DROP of constraints ONLY on partitioned t
1586
+
2025-04-07 [a379061a2] Allow NOT NULL constraints to be added as NOT VALID
1596
1587
-->
1597
1588
1598
1589
<listitem>
1599
1590
<para>
1600
-
Allow dropping of constraints ONLY on partitioned tables (Álvaro Herrera)
2024-09-30 [4dea33ce7] Don't disallow DROP of constraints ONLY on partitioned t
1630
+
-->
1638
1631
1632
+
<listitem>
1639
1633
<para>
1640
-
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.
1634
+
Allow dropping of constraints ONLY on partitioned tables (Álvaro Herrera)
0 commit comments