diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-03-10 11:29:54 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-03-10 11:31:01 +0100 |
commit | b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45 (patch) | |
tree | 096c48da1fa64b967936099217dfebecace76fc7 /doc/src | |
parent | e033696596566d422a0eae47adca371a210ed730 (diff) | |
download | postgresql-b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45.tar.gz postgresql-b83e8a2ca2eb381ea0a48e5b2d4e4cdb74febc45.zip |
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@illuminatedcomputing.com>
Discussion: https://postgr.es/m/e773bc11-4ac1-40de-bb91-814e02f05b6d%40eisentraut.org
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
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 <replaceable class="parameter">numeric_literal</replaceable>, REM <quote>no-op</quote> updates that update a column to the same value.) </para> + + <para> + In a temporal foreign key, this option is not supported. + </para> </listitem> </varlistentry> |