Mention that CREATE TABLE LIKE INCLUDING DEFAULTS creates a link between
the original and new tables if a default function modifies the database,
like nextval().
Default expressions for the copied column definitions will only be
- copied if INCLUDING DEFAULTS is specified. The
+ copied if INCLUDING DEFAULTS is specified.
+ Defaults that call database-modification functions, like
+ nextval>, create a linkage between the original and
+ new tables. The
default behavior is to exclude default expressions, resulting in the
copied columns in the new table having null defaults.