From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove support for temporal RESTRICT foreign keys |
Date: | 2025-03-10 10:43:12 |
Message-ID: | E1trabI-001kOB-1T@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove support for temporal RESTRICT foreign keys
It isn't clear how these should behave, so let's wait to implement them
until we are sure how to do it.
This feature was initially added by commit 89f908a6d0a, so it hasn't
been released yet.
Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Discussion: https://postgr.es/m/e773bc11-4ac1-40de-bb91-814e02f05b6d%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 4 +
src/backend/commands/tablecmds.c | 6 +-
src/test/regress/expected/without_overlaps.out | 209 +------------------------
src/test/regress/sql/without_overlaps.sql | 194 -----------------------
4 files changed, 11 insertions(+), 402 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-03-10 11:12:33 | Re: pgsql: reindexdb: Add the index-level REINDEX with multiple jobs |
Previous Message | David Rowley | 2025-03-10 00:36:26 | pgsql: Fix incorrect #endif comment |