Tom Lane 3 years ago
parent d30b499997
commit d93d68aeea
  1. 2
      doc/src/sgml/ddl.sgml

@ -361,7 +361,7 @@ CREATE TABLE people (
definition without any <literal>GENERATED</literal> clause definition without any <literal>GENERATED</literal> clause
in <command>CREATE TABLE ... PARTITION OF</command>, then in <command>CREATE TABLE ... PARTITION OF</command>, then
its <literal>GENERATED</literal> clause will automatically be copied its <literal>GENERATED</literal> clause will automatically be copied
from the parent. <command>ALTER TABLE ... ADD PARTITION</command> from the parent. <command>ALTER TABLE ... ATTACH PARTITION</command>
will insist that parent and child columns already match as to will insist that parent and child columns already match as to
generation status, but it will not require their generation generation status, but it will not require their generation
expressions to match. expressions to match.

Loading…
Cancel
Save