Waiting for PostgreSQL 18 – Add temporal FOREIGN KEY contraints

from blog select * from depesz;, | ↗ original
On 17th of September 2024, Peter Eisentraut committed patch: Add temporal FOREIGN KEY contraints Add PERIOD clause to foreign key constraint definitions. This is supported for range and multirange types. Temporal foreign keys check for range containment instead of equality. This feature matches the behavior of the SQL standard temporal...