From b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 10 Mar 2025 11:29:54 +0100 Subject: 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 Discussion: https://postgr.es/m/e773bc11-4ac1-40de-bb91-814e02f05b6d%40eisentraut.org --- doc/src/sgml/ref/create_table.sgml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 0a3e520f215..5304b738322 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1282,6 +1282,10 @@ WITH ( MODULUS numeric_literal, REM no-op updates that update a column to the same value.) + + + In a temporal foreign key, this option is not supported. + -- cgit v1.2.3