diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-04 14:02:31 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-04-04 14:02:49 -0300 |
commit | 3de241dba86f3dd000434f70aebba725fb928032 (patch) | |
tree | d1b51460c68819fa8e9e73c000f7b48492b94823 /doc/src/sgml/ref/alter_table.sgml | |
parent | 857f9c36cda520030381bd8c2af20adf0ce0e1d4 (diff) | |
download | postgresql-3de241dba86f3dd000434f70aebba725fb928032.tar.gz postgresql-3de241dba86f3dd000434f70aebba725fb928032.zip |
Foreign keys on partitioned tables
Author: Álvaro Herrera
Discussion: https://postgr.es/m/20171231194359.cvojcour423ulha4@alvherre.pgsql
Reviewed-by: Peter Eisentraut
Diffstat (limited to 'doc/src/sgml/ref/alter_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 69f3355eded..bd2262761e8 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -368,7 +368,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM specified check constraints). But the database will not assume that the constraint holds for all rows in the table, until it is validated by using the <literal>VALIDATE - CONSTRAINT</literal> option. + CONSTRAINT</literal> option. Foreign key constraints on partitioned + tables may not be declared <literal>NOT VALID</literal> at present. </para> <para> |