index f6344b3b79a8fc03640ac1bd16837e883d6c808d..f02f67d7b868ca8c6988af9040afb69412f4633d 100644 (file)
</listitem>
<listitem>
<para>
- Generated columns are skipped for logical replication and cannot be
- specified in a <command>CREATE PUBLICATION</command> column list.
+ Generated columns can be replicated during logical replication by
+ including them in the column list of the
+ <command>CREATE PUBLICATION</command> command.
</para>
</listitem>
</itemizedlist>
index 98a7ad0c2725c46443fa28bd883683929f14d5c3..b7e340824caa87a51a8d54b3ea18a1e43dce0f87 100644 (file)
During initial data synchronization, only the published columns are
copied. However, if the subscriber is from a release prior to 15, then
all the columns in the table are copied during initial data synchronization,
- ignoring any column lists.
+ ignoring any column lists. If the subscriber is from a release prior to 18,
+ then initial table synchronization won't copy generated columns even if they
+ are defined in the publisher.
</para>
<warning id="logical-replication-col-list-combining">