PS_NITPICKS_20240621_v90003.txt

text/plain

Filename: PS_NITPICKS_20240621_v90003.txt
Type: text/plain
Part: 0
Message: Re: Pgoutput not capturing the generated columns
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 <replaceable class="parameter">subscription_name</replaceabl
         <term><literal>include_generated_columns</literal> (<type>boolean</type>)</term>
         <listitem>
          <para>
-          Specifies whether the generated columns present in the tables
-          associated with the subscription should be replicated.
+          Specifies whether the <literal>STORED</literal> generated columns present in
+          the tables associated with the subscription should be replicated.
           The default is <literal>false</literal>.
          </para>
 
          <para>
           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.
          </para>
         </listitem>
        </varlistentry>