File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,12 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
89
89
90
90
<para>
91
91
When a column list is specified, only the named columns are replicated.
92
- The column list can contain stored generated columns as well. If no
93
- column list is specified, all table columns (except generated columns)
94
- are replicated through this publication, including any columns added
95
- later. It has no effect on <literal>TRUNCATE</literal> commands. See
92
+ The column list can contain stored generated columns as well. If the
93
+ column list is omitted, the publication will replicate all non-generated
94
+ columns (including any added in the future) by default. Stored generated
95
+ columns can also be replicated if <literal>publish_generated_columns</literal>
96
+ is set to <literal>stored</literal>. Specifying a column list has no
97
+ effect on <literal>TRUNCATE</literal> commands. See
96
98
<xref linkend="logical-replication-col-lists"/> for details about column
97
99
lists.
98
100
</para>
You can’t perform that action at this time.
0 commit comments