diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 5666931..4ce89e9 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -433,16 +433,15 @@ CREATE SUBSCRIPTION subscription_nameinclude_generated_columns (boolean) - Specifies whether the generated columns present in the tables - associated with the subscription should be replicated. + Specifies whether the STORED generated columns present in + the tables associated with the subscription should be replicated. The default is false. If the subscriber-side column is also a generated column then this option has no effect; the subscriber column will be filled as normal with the - subscriber-side computed or default data. This option allows replication - of only STORED GENERATED COLUMNS. + subscriber-side computed or default data.