diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 4cbaaccaf7c..fb0e9873877 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -398,7 +398,13 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM </para> <para> - Column <literal>STORAGE</literal> settings are also copied from parent tables. + Column storage and compression settings are inherited from parent + tables. If a column is inherited from multiple tables, the storage + settings or any explicit compression settings for the column must be the + same in all parent tables, else an error is reported. Storage or + compression settings explicitly specified for the new table override any + inherited settings and can also be used to override conflicting + inherited settings. </para> <para> |